You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ Use the `all-languages` feature to enable all languages.
31
31
32
32
This crate supports Rust v1.41.1 and up and works with `no_std`.
33
33
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
+
34
39
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):
0 commit comments