readme: Inform user bitcoin_hashes needs to be pinned for MSRV

This commit is contained in:
Steven Roose 2024-02-09 18:32:38 +00:00
parent 5dcdac9c74
commit 28991bd150
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 6 additions and 0 deletions

View File

@ -31,4 +31,10 @@ Use the `all-languages` feature to enable all languages.
This crate supports Rust v1.41.1 and up and works with `no_std`.
When using older version of Rust, you might have to pin the version of the
`bitcoin_hashes` crate used as such:
```
$ cargo update --package "bitcoin_hashes" --precise "0.12.0"
```
If you enable the `zeroize` feature the MSRV becomes 1.51.