readme: Inform user bitcoin_hashes needs to be pinned for MSRV
This commit is contained in:
parent
5dcdac9c74
commit
28991bd150
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue