Merge pull request #71 from tcharding/04-08-document-hashes-msrv

Document MSRV effect of different versions of hashes
This commit is contained in:
Steven Roose 2025-06-12 12:28:42 +01:00 committed by GitHub
commit 2b7c63dac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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 versions of several crates, for an up-to-date list refer to [`contrib/test.sh`](contrib/test.sh):
```bash