Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jul 20, 2023
1 parent 7e8ceb5 commit 3b710c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sea-query-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.29", path = "..", default-features = false }
sea-query = { version = "0.30", path = "..", default-features = false }
postgres-types = { version = "0.2", default-features = false }
bytes = { version = "1", default-features = false }
rust_decimal = { version = "1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.29", path = "..", default-features = false }
sea-query = { version = "0.30", path = "..", default-features = false }
rusqlite = { version = "0.28", default-features = false, features = ["bundled"] }

[features]
Expand Down

0 comments on commit 3b710c4

Please sign in to comment.