Compare commits
No commits in common. "540c1df8fcde13aa0cb8680f639846bbd6bbc804" and "2d1765591e6c6714f94ba860528ca4f71f569c14" have entirely different histories.
540c1df8fc
...
2d1765591e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rusqlite = "0.31.0"
|
||||
rusqlite = "0.30.0"
|
||||
anyhow = { version = "1.0.80", features = ["backtrace"] }
|
||||
reqwest = "0.11.24"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue