Jelajahi Sumber

chore: Try building with bundled libsqlite

parazyd 3 tahun lalu
induk
melakukan
6c0b5ea2bb
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      Cargo.lock
  2. 1 0
      Cargo.toml

+ 1 - 0
Cargo.lock

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

+ 1 - 0
Cargo.toml

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