Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Oct 4, 2024
1 parent 85ab895 commit 415af25
Showing 1 changed file with 1 addition and 1 deletion.
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.32.0-rc.1", path = "..", default-features = false }
sea-query = { version = ">=0.31, <=0.32", path = "..", default-features = false }
rusqlite = { version = "0.32" }

[features]
Expand Down

0 comments on commit 415af25

Please sign in to comment.