Skip to content

Commit 7e12b24

Browse files
committed
Published rorm v0.6.4
1 parent 275ddfb commit 7e12b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99

1010
[package]
1111
name = "rorm"
12-
version = "0.6.3"
12+
version = "0.6.4"
1313
edition = "2021"
1414
repository = "https://github.com/rorm-orm/rorm"
1515
authors = ["gammelalf", "myOmikron <[email protected]>"]
@@ -39,7 +39,7 @@ linkme = { version = "~0.3" }
3939
pin-project = { version = "~1" }
4040

4141
rorm-db = { version = "~0.9", path = "./rorm-db", features = ["serde"] }
42-
rorm-macro = { version = "~0.8", path = "./rorm-macro" }
42+
rorm-macro = { version = ">=0.8.2", path = "./rorm-macro" }
4343
rorm-declaration = { version = "~0.4", path = "./rorm-declaration" }
4444

4545
# rorm-cli exposes interfaces to integrate the cli as library

0 commit comments

Comments
 (0)