From 0bd3d6bc414c27647713535fc9df4ae71d37e6b1 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 1 Aug 2024 18:10:19 +0800 Subject: [PATCH] Bump sea-schema --- sea-orm-cli/Cargo.toml | 5 +++++ sea-orm-migration/Cargo.toml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 35c420a00..39f2f4ec3 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -63,3 +63,8 @@ runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls", "sea-schema/runtime runtime-actix-rustls = ["sqlx/runtime-tokio-rustls", "sea-schema/runtime-actix-rustls"] runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls", "sea-schema/runtime-async-std-rustls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls", "sea-schema/runtime-tokio-rustls"] + +[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" } +sea-schema = { git = "https://github.com/SeaQL/sea-schema", branch = "sqlx-0.8" } diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index c7dd4ea0c..f2728a114 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -55,3 +55,8 @@ with-rust_decimal = ["sea-orm/with-rust_decimal"] with-bigdecimal = ["sea-orm/with-bigdecimal"] with-uuid = ["sea-orm/with-uuid"] with-time = ["sea-orm/with-time"] + +[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" } +sea-schema = { git = "https://github.com/SeaQL/sea-schema", branch = "sqlx-0.8" }