Skip to content

Commit

Permalink
0.32.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 9, 2024
1 parent cfa2789 commit 2fd4c79
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.31.0"
version = "0.32.0-rc.1"
authors = [
"Chris Tsang <[email protected]>",
"Billy Chan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sea-query-attr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ darling = { version = "0.14", default-features = false }

[dev-dependencies]
trybuild = "1.0"
sea-query = { version = "0.31.0", path = ".." }
sea-query = { version = "0.32.0-rc.1", path = ".." }
strum = { version = "0.25", features = ["derive"] }
2 changes: 1 addition & 1 deletion sea-query-binder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0", path = "..", default-features = false, features = ["thread-safe"] }
sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false, features = ["thread-safe"] }
sqlx = { version = "<0.8.1", default-features = false, optional = true }
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = { version = "1.0", default-features = false }

[dev-dependencies]
trybuild = "1.0"
sea-query = { version = "0.31.0", path = ".." }
sea-query = { version = "0.32.0-rc.1", path = ".." }
strum = { version = "0.25", features = ["derive"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion sea-query-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0", path = "..", default-features = false }
sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false }
diesel = { version = "2.1.1", features = [
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
] }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0", path = "..", default-features = false }
sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false }
postgres-types = { version = "0.2", default-features = false }
pgvector = { version = "~0.4", default-features = false, optional = true }
bytes = { version = "1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-rbatis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0", path = "..", default-features = false, features = ["thread-safe"] }
sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false, features = ["thread-safe"] }
rbs = { version = "4.3.1" }
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
chrono = { version = "0.4", default-features = false, optional = true, features = [ "clock"] }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0", path = "..", default-features = false }
sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false }
rusqlite = { version = "0.31" }

[features]
Expand Down

0 comments on commit 2fd4c79

Please sign in to comment.