Skip to content

Commit 955d550

Browse files
committed
1.0.0-rc.30
1 parent 7b5d59e commit 955d550

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = "1.0.0-rc.28"
6+
version = "1.0.0-rc.30"
77
authors = [
88
"Chris Tsang <chris.2y3@outlook.com>",
99
"Billy Chan <ccw.billy.123@gmail.com>",
@@ -29,7 +29,7 @@ path = "src/lib.rs"
2929

3030
[dependencies]
3131
inherent = "1.0"
32-
sea-query-derive = { version = "1.0.0-rc", path = "sea-query-derive", optional = true }
32+
sea-query-derive = { version = "1.0.0-rc.12", path = "sea-query-derive", optional = true }
3333
sea-query-postgres-types = { version = "0.1.0", path = "sea-query-postgres-types", optional = true }
3434
serde = { version = "1", default-features = false, optional = true, features = ["std", "derive", "rc"] }
3535
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }

sea-query-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sea-query-derive"
3-
version = "1.0.0-rc.11"
3+
version = "1.0.0-rc.12"
44
authors = [ "Follpvosten <wolfi@karpador.xyz>", "Rene Leveille <rene@nestingsafe.com>" ]
55
edition = "2024"
66
description = "Derive macro for sea-query's Iden trait"

sea-query-sqlx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "sea-query-sqlx"
6-
version = "0.8.0-rc.11"
6+
version = "0.8.0-rc.12"
77
authors = [ "Valentin Tolmer <valentin@tolmer.fr>", "Ivan Krivosheev <py.krivosheev@gmail.com>" ]
88
edition = "2024"
99
description = "Driver library for using SeaQuery with SQLx"

0 commit comments

Comments
 (0)