ソースを参照

chore: Remove explicit libsqlite3-sys dependency.

parazyd 3 年 前
コミット
800076b993
2 ファイル変更0 行追加3 行削除
  1. 0 1
      Cargo.lock
  2. 0 2
      Cargo.toml

+ 0 - 1
Cargo.lock

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

+ 0 - 2
Cargo.toml

@@ -125,7 +125,6 @@ wasmer-compiler-singlepass = {version = "3.3.0", optional = true}
 wasmer-middlewares = {version = "3.3.0", optional = true}
 
 # Wallet management
-libsqlite3-sys = {version = "0.24.1", features = ["bundled-sqlcipher"],  optional = true }
 sqlx = {version = "0.6.3", features = ["runtime-async-std-rustls", "sqlite"], optional = true}
 
 # Blockchain store
@@ -276,7 +275,6 @@ wallet = [
     "async-std",
     "rand",
     "sqlx",
-    "libsqlite3-sys",
 
     "darkfi-serial",
     "util",