From 66e9e7d5ee06744678739f1e1db9fe18718e9af4 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 19 Jun 2024 19:03:06 +0800 Subject: [PATCH] Update dependency --- sea-orm-cli/Cargo.toml | 5 ----- sea-orm-migration/Cargo.toml | 3 --- 2 files changed, 8 deletions(-) diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 330fdd02..abaf4194 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -63,8 +63,3 @@ 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-schema = { git = "https://github.com/seaql/sea-schema", branch = "non-tls-runtime" } -sea-query = { git = "https://github.com/seaql/sea-query", branch = "non-tls-runtime" } -sea-query-binder = { git = "https://github.com/seaql/sea-query", branch = "non-tls-runtime" } diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index f2742b21..71f182bd 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -55,6 +55,3 @@ 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-schema = { git = "https://github.com/seaql/sea-schema", branch = "non-tls-runtime" }