Compare commits

..

No commits in common. "master" and "v0.5.0" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -14,10 +14,6 @@ Procedure when bumping the version number:
## Unreleased
### Changed
- **(breaking)** Bumped `rusqlite` dependency from `0.32` to `0.33`
## v0.5.0 - 2024-09-04
### Changed

View file

@ -8,6 +8,6 @@ serde = ["dep:serde"]
tokio = ["dep:tokio"]
[dependencies]
rusqlite = "0.33.0"
rusqlite = "0.32.1"
serde = { version = "1.0.209", optional = true }
tokio = { version = "1.40.0", features = ["sync"], optional = true }