Update dependency

This commit is contained in:
Billy Chan 2024-06-19 19:03:06 +08:00
parent 36f50c8315
commit 66e9e7d5ee
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279
2 changed files with 0 additions and 8 deletions

View File

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

View File

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