Skip to content

Commit

Permalink
Bump sea-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 2, 2024
1 parent d7a639f commit 0bd3d6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
5 changes: 5 additions & 0 deletions sea-orm-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 0bd3d6b

Please sign in to comment.