Skip to content

Commit 2b7c63d

Browse files
authored
Merge pull request #71 from tcharding/04-08-document-hashes-msrv
Document MSRV effect of different versions of hashes
2 parents 082adcf + a56c99b commit 2b7c63d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Use the `all-languages` feature to enable all languages.
3131

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

34+
The `bitcoin_hashes` range dependency effects the MSRV as follows
35+
36+
- `bitcoin_hashes v0.12`: MSRV v1.41.1
37+
- `bitcoin_hashes v0.13`: MSRV v1.48.0
38+
3439
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):
3540

3641
```bash

0 commit comments

Comments
 (0)