Skip to content

Commit f251508

Browse files
committed
Downgrade zeroize_derive to version 0.7.0
This is required until BDK MSRV is changed to 1.51 or we replace tiny-bip39 dependency.
1 parent 919522a commit f251508

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ socks = { version = "0.3", optional = true }
3434
lazy_static = { version = "1.4", optional = true }
3535
tiny-bip39 = { version = "^0.8", optional = true }
3636
zeroize = { version = "<1.4.0", optional = true }
37-
# 1.2 broke something so fix this until https://github.com/maciejhirsz/tiny-bip39/pull/29 is merged.
38-
# (or we get rid of the tiny-bip39 dependency https://github.com/bitcoindevkit/bdk/issues/399)
39-
zeroize_derive = { version = "~1.1.0", optional = true }
37+
# the latest zeroize_derive 1.2 changed MSRV to 1.51 and our MSRV is 1.46, to fix this until we
38+
# update our MSRV or get rid of the tiny-bip39 dependency https://github.com/bitcoindevkit/bdk/issues/399
39+
# we pin an older version
40+
zeroize_derive = { version = "~0.7.0", optional = true }
4041
bitcoinconsensus = { version = "0.19.0-3", optional = true }
4142

4243
# Needed by bdk_blockchain_tests macro

0 commit comments

Comments
 (0)