瀏覽代碼

chore: cdk-cli rand feature

thesimplekid 1 月之前
父節點
當前提交
0be37aa9e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crates/cdk-cli/Cargo.toml

+ 1 - 1
crates/cdk-cli/Cargo.toml

@@ -13,7 +13,7 @@ rust-version = "1.63.0" # MSRV
 
 [dependencies]
 anyhow = "1"
-bip39 = "2.0"
+bip39 = { version = "2.0", features = ["rand"] }
 cdk = { path = "../cdk", version = "0.7.0", default-features = false, features = ["wallet"]}
 cdk-redb = { path = "../cdk-redb", version = "0.7.0", default-features = false, features = ["wallet"] }
 cdk-sqlite = { path = "../cdk-sqlite", version = "0.7.0", default-features = false, features = ["wallet"] }