Skip to content

Commit 8fd2ce0

Browse files
committed
sea-query 0.32.0-rc.2
1 parent 8a99d4e commit 8fd2ce0

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
@@ -3,7 +3,7 @@ members = [".", "sea-query-derive"]
33

44
[package]
55
name = "sea-query"
6-
version = "0.32.0-rc.1"
6+
version = "0.32.0-rc.2"
77
authors = [
88
"Chris Tsang <[email protected]>",
99
"Billy Chan <[email protected]>",
@@ -29,7 +29,7 @@ path = "src/lib.rs"
2929

3030
[dependencies]
3131
inherent = "1.0"
32-
sea-query-derive = { version = "0.4.0", path = "sea-query-derive", default-features = false, optional = true }
32+
sea-query-derive = { version = "0.4.2", path = "sea-query-derive", default-features = false, optional = true }
3333
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
3434
chrono = { version = "0.4.27", default-features = false, optional = true, features = ["clock"] }
3535
postgres-types = { version = "0", default-features = false, optional = true }

0 commit comments

Comments
 (0)