Skip to content

Commit efa5b92

Browse files
committed
Release v0.11.0
- Removes mysql - Added locking clause for postgres-only
1 parent 3fc3d79 commit efa5b92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.10.2"
3+
version = "0.11.0"
44
edition = "2021"
55
keywords = ["database", "abstraction-layer", "sqlite", "postgres", "mysql"]
66
categories = ["database"]
@@ -32,7 +32,7 @@ ipnetwork = { version = "~0.20", optional = true }
3232
# Mac Address support
3333
mac_address = { version = "~1", optional = true }
3434

35-
rorm-declaration = { version = "0.4.1", path = "../rorm-declaration" }
35+
rorm-declaration = { version = "~0.5", path = "../rorm-declaration" }
3636

3737
[package.metadata.docs.rs]
3838
all-features = true

0 commit comments

Comments
 (0)