From 4f949a1ff29f45f6afda8e1d4031c89635122150 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 31 Aug 2023 04:58:13 +0100 Subject: [PATCH] Align with 0.31 --- sea-query-rbatis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea-query-rbatis/Cargo.toml b/sea-query-rbatis/Cargo.toml index edd2e87bf..168edc030 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.30", default-features = false, features = ["thread-safe"] } +sea-query = { version = "0.31", 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"] }