Update rusqlite
This commit is contained in:
parent
3fa39f5934
commit
b4cf23b727
2 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ Procedure when bumping the version number:
|
|||
`Result`s like before.
|
||||
- **(breaking)**
|
||||
Renamed `Action::Result` to `Action::Output`
|
||||
- **(breaking)**
|
||||
Bumped `rusqlite` dependency from `0.28` to `0.29`
|
||||
- Relaxed dependencies
|
||||
|
||||
## v0.1.0 - 2023-02-12
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ serde = ["dep:serde"]
|
|||
tokio = ["dep:tokio"]
|
||||
|
||||
[dependencies]
|
||||
rusqlite = "0.28"
|
||||
rusqlite = "0.29"
|
||||
serde = { version = "1.0", optional = true }
|
||||
tokio = { version = "1.25", features = ["sync"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue