-
Notifications
You must be signed in to change notification settings - Fork 412
Labels
Description
The tiny-bip39 dependency used in the all-keys feature depends on zeroize which appears to only support MSRV 1.51+
https://github.com/iqlusioninc/crates/
This is causing the following error in our CI workflow:
Downloaded zeroize v1.4.0
error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize-1.4.0/Cargo.toml`
Caused by:
feature `resolver` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["resolver"]` to enable this feature
Error: Process completed with exit code 101.
https://github.com/bitcoindevkit/bdk/runs/3101954688?check_suite_focus=true