Skip to content

Commit

Permalink
Update to support rusqlite 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Sep 18, 2024
1 parent 1bfd952 commit 83bc502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions schemer-rusqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- next-header -->
## [Unreleased]

### Changed
- Updated rusqlite from 0.25 to 0.32.

## [0.2.2] - 2023-04-18
### Changed
Expand Down
2 changes: 1 addition & 1 deletion schemer-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repository = "https://github.com/aschampion/schemer"

[dependencies]
uuid = { version = "1" }
rusqlite = "0.29.0"
rusqlite = "0.32"

schemer = { version = "0.2.1", path = "../schemer" }

0 comments on commit 83bc502

Please sign in to comment.