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" }