Skip to content

Commit

Permalink
Document MSRV effect of different versions of hashes
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
tcharding committed Apr 7, 2024
1 parent 3186df1 commit 93d3484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Use the `all-languages` feature to enable all languages.

This crate supports Rust v1.41.1 and up and works with `no_std`.

The `bitcoin_hashes` range dependency effects the MSRV as follows

- `bitcoin_hashes v0.12`: MSRV v1.41.1
- `bitcoin_hashes v0.13`: MSRV v1.48.0

When using older version of Rust, you might have to pin the version of the
`bitcoin_hashes` crate used as such:
```
Expand Down

0 comments on commit 93d3484

Please sign in to comment.