Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 19, 2024
1 parent 36f50c8 commit 66e9e7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
3 changes: 0 additions & 3 deletions sea-orm-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 66e9e7d

Please sign in to comment.