Skip to content

Commit

Permalink
Upgrade sea-query-binder to 0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 1, 2024
1 parent e0ba487 commit 41cb6f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
14 changes: 9 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"]

# Query builder
[workspace.dependencies.sea-query-binder]
version = "0.7.0-rc.1"
version = "0.7.0-rc.2"
features = [
"sqlx",
"sqlx-postgres",
Expand Down Expand Up @@ -311,8 +311,3 @@ sha2.opt-level = 3
digest.opt-level = 3
block-buffer.opt-level = 3
generic-array.opt-level = 3

[patch.crates-io]
# Waiting for https://github.com/SeaQL/sea-query/pull/810
sea-query = { git = "https://github.com/sandhose/sea-query", branch = "binder/relax-sqlx-dependency" }
sea-query-binder = { git = "https://github.com/sandhose/sea-query", branch = "binder/relax-sqlx-dependency" }
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ deny = ["oldtime"]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = ["https://github.com/sandhose/sea-query"]
allow-git = []

0 comments on commit 41cb6f3

Please sign in to comment.