Skip to content

Commit

Permalink
bump rusqlite to meet same libsqlite-sys version
Browse files Browse the repository at this point in the history
  • Loading branch information
sabify committed Feb 24, 2024
1 parent ce9ec21 commit 21dd0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sqlx = { version = "0.7.3", features = [
"runtime-tokio-rustls",
], optional = true }
tokio = { version = "1", optional = true, features = ["rt-multi-thread"] }
rusqlite = { version = "0.29", optional = true }
rusqlite = { version = "0.30", optional = true }
rust_postgres = { version = "0.19.7", optional = true, package = "postgres" }
rust_mysql = { version = "23.0", optional = true, package = "mysql" }
rustorm = { version = "0.20", optional = true }
Expand Down

0 comments on commit 21dd0c3

Please sign in to comment.