Skip to content

Commit 474620e

Browse files
committed
[keys] limit version of zeroize to support rust 1.47+
1 parent a5919f4 commit 474620e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cc = { version = ">=1.0.64", optional = true }
3131
socks = { version = "0.3", optional = true }
3232
lazy_static = { version = "1.4", optional = true }
3333
tiny-bip39 = { version = "^0.8", optional = true }
34+
zeroize = { version = "<1.4.0", optional = true }
3435
bitcoinconsensus = { version = "0.19.0-3", optional = true }
3536

3637
# Needed by bdk_blockchain_tests macro
@@ -56,7 +57,7 @@ compact_filters = ["rocksdb", "socks", "lazy_static", "cc"]
5657
key-value-db = ["sled"]
5758
async-interface = ["async-trait"]
5859
all-keys = ["keys-bip39"]
59-
keys-bip39 = ["tiny-bip39"]
60+
keys-bip39 = ["tiny-bip39", "zeroize"]
6061
rpc = ["bitcoincore-rpc"]
6162

6263

0 commit comments

Comments
 (0)