Skip to content

Commit a79c915

Browse files
committed
Published v0.9.0
1 parent dcbd91f commit a79c915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-sql"
3-
version = "0.8.3"
3+
version = "0.9.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.4.0", path = "../rorm-declaration" }
36+
rorm-declaration = { version = "0.4.1", path = "../rorm-declaration" }
3737

3838
[build-dependencies]
3939
rustc_version = "0.4.0"

0 commit comments

Comments
 (0)