rust-bitcoin / rust-bip39

A Rust library for working with Bitcoin BIP-39 mnemonics
Creative Commons Zero v1.0 Universal
96 stars 61 forks source link

Document MSRV effect of different versions of hashes #71

Open tcharding opened 7 months ago

tcharding commented 7 months ago

We use a range dependency for bitcoin_hashes, the different allowed versions each have a different MSRV, which implies using each changes the MSRV of bip39.