chore: Try building with bundled libsqlite

This commit is contained in:
parazyd
2023-07-04 12:10:32 +02:00
parent 23b8ee1ca2
commit 6c0b5ea2bb
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1587,6 +1587,7 @@ dependencies = [
"itertools 0.10.5",
"lazy_static",
"libc",
"libsqlite3-sys",
"log",
"plotters",
"prettytable-rs",

View File

@@ -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}