Skip to content

Commit

Permalink
Bump sea-query
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 1, 2024
1 parent 1070942 commit d7a639f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ seaography = ["sea-orm-macros/seaography"]
# This allows us to develop using a local version of sea-query
# [patch.crates-io]
# sea-query = { path = "../sea-query" }

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

0 comments on commit d7a639f

Please sign in to comment.