Skip to content

Commit

Permalink
sea-query-rusqlite 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 25, 2023
1 parent daf176c commit 7a8c1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ time = { version = "0.3", features = ["parsing", "macros"] }
serde_json = { version = "1" }
# rusqlite only supports uuid 0
uuid = { version = "1", features = ["serde", "v4"] }
rusqlite = "0.28"
rusqlite = "0.29"
sea-query = { path = "../.."}
sea-query-rusqlite = { path = "../../sea-query-rusqlite", features = [
"with-chrono",
Expand Down
4 changes: 2 additions & 2 deletions sea-query-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "sea-query-rusqlite"
version = "0.3.0"
version = "0.4.0"
authors = [ "Ivan Krivosheev <[email protected]>" ]
edition = "2021"
description = "Binder traits for connecting sea-query with Rusqlite"
Expand All @@ -18,7 +18,7 @@ rust-version = "1.60"

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

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

0 comments on commit 7a8c1cf

Please sign in to comment.