Skip to content

Commit

Permalink
sea-query-rusqlite - update rusqlite version to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychone committed Aug 14, 2024
1 parent 5292ca3 commit 50706e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
time = { version = "0.3.36", features = ["parsing", "macros"] }
serde_json = { version = "1" }
uuid = { version = "1", features = ["serde", "v4"] }
rusqlite = { version = "0.31" }
rusqlite = { version = "0.32" }
sea-query = { path = "../.."}
sea-query-rusqlite = { path = "../../sea-query-rusqlite", features = [
"with-chrono",
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 @@ -18,7 +18,7 @@ rust-version = "1.60"

[dependencies]
sea-query = { version = "0.32.0-rc.1", path = "..", default-features = false }
rusqlite = { version = "0.31" }
rusqlite = { version = "0.32" }

[features]
with-chrono = ["rusqlite/chrono", "sea-query/with-chrono"]
Expand Down

0 comments on commit 50706e3

Please sign in to comment.