Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fe54ca21a |
2 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,10 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- **(breaking)** Bumped `rusqlite` dependency from `0.32` to `0.33`
|
||||||
|
|
||||||
## v0.5.0 - 2024-09-04
|
## v0.5.0 - 2024-09-04
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@ serde = ["dep:serde"]
|
||||||
tokio = ["dep:tokio"]
|
tokio = ["dep:tokio"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rusqlite = "0.32.1"
|
rusqlite = "0.33.0"
|
||||||
serde = { version = "1.0.209", optional = true }
|
serde = { version = "1.0.209", optional = true }
|
||||||
tokio = { version = "1.40.0", features = ["sync"], optional = true }
|
tokio = { version = "1.40.0", features = ["sync"], optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue