Skip to content

Commit

Permalink
Bump sqlite to 0.33, bump version to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrrho authored and jerebtw committed Jan 19, 2025
1 parent d600837 commit fbba255
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.25.0"
version = "0.26.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.32"
version = "0.33"

[dev-dependencies]
tempfile = "3"

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


Expand Down

0 comments on commit fbba255

Please sign in to comment.