From d7a639f596683b394db68382cda647d3171b138f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 1 Aug 2024 18:10:13 +0800 Subject: [PATCH] Bump sea-query --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e51354a47..e58700edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,3 +130,7 @@ seaography = ["sea-orm-macros/seaography"] # This allows us to develop using a local version of sea-query # [patch.crates-io] # sea-query = { path = "../sea-query" } + +[patch.crates-io] +sea-query = { git = "https://github.com/SeaQL/sea-query", branch = "sqlx-0.8" } +sea-query-binder = { git = "https://github.com/SeaQL/sea-query", branch = "sqlx-0.8" }