Browse Source

chore: cdk-cli rand feature

thesimplekid 1 month ago
parent
commit
0be37aa9e2
1 changed files with 1 additions and 1 deletions
  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"] }