[fix-build] Fix version of zeroize_derive to 1.1.0

This commit is contained in:
LLFourn 2021-09-22 09:52:38 +10:00
parent c23692824d
commit c601ae3271
No known key found for this signature in database
GPG Key ID: A27093B54DA11F65

View File

@ -33,6 +33,9 @@ socks = { version = "0.3", optional = true }
lazy_static = { version = "1.4", optional = true }
tiny-bip39 = { version = "^0.8", optional = true }
zeroize = { version = "<1.4.0", optional = true }
# 1.2 broke something so fix this until https://github.com/maciejhirsz/tiny-bip39/pull/29 is merged.
# (or we get rid of the tiny-bip39 dependency https://github.com/bitcoindevkit/bdk/issues/399)
zeroize_derive = { version = "~1.1.0", optional = true }
bitcoinconsensus = { version = "0.19.0-3", optional = true }
# Needed by bdk_blockchain_tests macro
@ -55,7 +58,7 @@ default = ["key-value-db", "electrum"]
compact_filters = ["rocksdb", "socks", "lazy_static", "cc"]
key-value-db = ["sled"]
all-keys = ["keys-bip39"]
keys-bip39 = ["tiny-bip39", "zeroize"]
keys-bip39 = ["tiny-bip39", "zeroize", "zeroize_derive"]
rpc = ["core-rpc"]
# We currently provide mulitple implementations of `Blockchain`, all are