From 2fd4c795ac78d2c40bb6491b8eaa3fb280dfc62b Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 9 Aug 2024 17:37:56 +0800 Subject: [PATCH] 0.32.0-rc.1 --- Cargo.toml | 2 +- sea-query-attr/Cargo.toml | 2 +- sea-query-binder/Cargo.toml | 2 +- sea-query-derive/Cargo.toml | 2 +- sea-query-diesel/Cargo.toml | 2 +- sea-query-postgres/Cargo.toml | 2 +- sea-query-rbatis/Cargo.toml | 2 +- sea-query-rusqlite/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b817f24..f66694fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Billy Chan ", diff --git a/sea-query-attr/Cargo.toml b/sea-query-attr/Cargo.toml index 2cdf6cb9..be3d730d 100644 --- a/sea-query-attr/Cargo.toml +++ b/sea-query-attr/Cargo.toml @@ -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"] } diff --git a/sea-query-binder/Cargo.toml b/sea-query-binder/Cargo.toml index e9282cb9..085249bd 100644 --- a/sea-query-binder/Cargo.toml +++ b/sea-query-binder/Cargo.toml @@ -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"] } diff --git a/sea-query-derive/Cargo.toml b/sea-query-derive/Cargo.toml index 2b54f475..4b9b8d50 100644 --- a/sea-query-derive/Cargo.toml +++ b/sea-query-derive/Cargo.toml @@ -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] diff --git a/sea-query-diesel/Cargo.toml b/sea-query-diesel/Cargo.toml index 3315f6ab..91f9cf1c 100644 --- a/sea-query-diesel/Cargo.toml +++ b/sea-query-diesel/Cargo.toml @@ -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", ] } diff --git a/sea-query-postgres/Cargo.toml b/sea-query-postgres/Cargo.toml index 0d55192c..1c39f586 100644 --- a/sea-query-postgres/Cargo.toml +++ b/sea-query-postgres/Cargo.toml @@ -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 } diff --git a/sea-query-rbatis/Cargo.toml b/sea-query-rbatis/Cargo.toml index 0fc3cdeb..78973a05 100644 --- a/sea-query-rbatis/Cargo.toml +++ b/sea-query-rbatis/Cargo.toml @@ -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"] } diff --git a/sea-query-rusqlite/Cargo.toml b/sea-query-rusqlite/Cargo.toml index 4c85f7e8..2b401077 100644 --- a/sea-query-rusqlite/Cargo.toml +++ b/sea-query-rusqlite/Cargo.toml @@ -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]