Skip to content

Commit

Permalink
sea-query 0.32.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Oct 5, 2024
1 parent 8a99d4e commit 8fd2ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "sea-query-derive"]

[package]
name = "sea-query"
version = "0.32.0-rc.1"
version = "0.32.0-rc.2"
authors = [
"Chris Tsang <[email protected]>",
"Billy Chan <[email protected]>",
Expand All @@ -29,7 +29,7 @@ path = "src/lib.rs"

[dependencies]
inherent = "1.0"
sea-query-derive = { version = "0.4.0", path = "sea-query-derive", default-features = false, optional = true }
sea-query-derive = { version = "0.4.2", path = "sea-query-derive", default-features = false, optional = true }
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
chrono = { version = "0.4.27", default-features = false, optional = true, features = ["clock"] }
postgres-types = { version = "0", default-features = false, optional = true }
Expand Down

0 comments on commit 8fd2ce0

Please sign in to comment.