Trying to fix ubuntu sqlite3 issue.
This commit is contained in:
parent
caad7b5643
commit
848c41f5f6
|
@ -565,6 +565,7 @@ name = "libsqlite3-sys"
|
|||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
|
@ -8,5 +8,8 @@ actix-web = "*"
|
|||
serde = "*"
|
||||
serde_json = "*"
|
||||
serde_derive = "*"
|
||||
rusqlite = "*"
|
||||
time = "*"
|
||||
time = "*"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
version = "0.15.0"
|
||||
features = ["bundled"]
|
Loading…
Reference in New Issue