Skip to content

Commit

Permalink
Merge pull request #40 from ckampfe/rusqlite-0.25
Browse files Browse the repository at this point in the history
update to rusqlite 0.25
  • Loading branch information
ivanceras authored Apr 9, 2021
2 parents 5ef676a + fcf9cc9 commit 80bfa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ path = "tests/test.rs"

[dependencies]
r2d2 = "0.8"
rusqlite = "0.24"
rusqlite = "0.25"

[dev-dependencies]
tempdir = "0.3"

[dev-dependencies.rusqlite]
version = "0.24"
version = "0.25"
features = ["trace"]

0 comments on commit 80bfa69

Please sign in to comment.