Relax dependencies
This commit is contained in:
parent
5991ac6f2a
commit
351af3a983
2 changed files with 3 additions and 2 deletions
|
|
@ -7,5 +7,5 @@ edition = "2021"
|
|||
tokio = ["dep:tokio"]
|
||||
|
||||
[dependencies]
|
||||
rusqlite = "0.28.0"
|
||||
tokio = { version = "1.25.0", features = ["sync"], optional = true }
|
||||
rusqlite = "0.28"
|
||||
tokio = { version = "1.25", features = ["sync"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue