Skip to content

Commit 5ef004f

Browse files
committed
Published v0.8.0
1 parent a614118 commit 5ef004f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-sql"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
keywords = ["database", "abstraction-layer", "sqlite", "postgres", "mysql"]
66
categories = ["database"]
@@ -33,7 +33,7 @@ ipnetwork = { version = "~0.20", optional = true }
3333
# Mac Address support
3434
mac_address = { version = "~1", optional = true }
3535

36-
rorm-declaration = { version = "0.3.0", path = "../rorm-declaration" }
36+
rorm-declaration = { version = "0.4.0", path = "../rorm-declaration" }
3737

3838
[build-dependencies]
3939
rustc_version = "0.4.0"
@@ -52,4 +52,4 @@ postgres-only = [
5252
"dep:bit-vec",
5353
"dep:ipnetwork",
5454
"dep:mac_address",
55-
]
55+
]

0 commit comments

Comments
 (0)