Skip to content

Commit

Permalink
readme: Inform user bitcoin_hashes needs to be pinned for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Feb 9, 2024
1 parent 5dcdac9 commit 28991bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 28991bd

Please sign in to comment.