mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
chore: Try building with bundled libsqlite
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1587,6 +1587,7 @@ dependencies = [
|
||||
"itertools 0.10.5",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libsqlite3-sys",
|
||||
"log",
|
||||
"plotters",
|
||||
"prettytable-rs",
|
||||
|
||||
@@ -132,6 +132,7 @@ wasmer-middlewares = {version = "3.3.0", optional = true}
|
||||
|
||||
# Wallet management
|
||||
rusqlite = {version = "0.29.0", features = ["bundled-sqlcipher"], optional = true}
|
||||
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher"], optional = true}
|
||||
|
||||
# Blockchain store
|
||||
sled = {version = "0.34.7", optional = true}
|
||||
|
||||
Reference in New Issue
Block a user