Skip to content

Commit

Permalink
Bump sqlite to 0.32, bump version to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrrho authored and jerebtw committed Jul 21, 2024
1 parent 1ba41d6 commit 51266db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r2d2_sqlite"
version = "0.24.0"
version = "0.25.0"
authors = [
"Jovansonlee Cesar <[email protected]>",
"Hugo Woesthuis <[email protected]>",
Expand Down Expand Up @@ -28,13 +28,13 @@ r2d2 = "0.8"
uuid = { version = "1.0", features = ["v4", "fast-rng"] }

[dependencies.rusqlite]
version = "0.31"
version = "0.32"

[dev-dependencies]
tempfile = "3"

[dev-dependencies.rusqlite]
version = "0.31"
version = "0.32"
features = ["trace"]


Expand Down

0 comments on commit 51266db

Please sign in to comment.