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
80901abd14fb1a2739884dc982e2edf473828f79 Update MSRV in readme (Tobin C. Harding)
Pull request description:
Update the documented MSRV as well as the badges.
ACKs for top commit:
apoelstra:
ACK 80901abd14fb1a2739884dc982e2edf473828f79; successfully ran local tests
Tree-SHA512: e40c24e8debfca30a505942bde39db151059ed9bb85e4733f1067cba6734de078755e0c510511b21eb8181b3d0d5fea0fb27182495d6b9611e9775f946d8c226
<a href="https://blog.rust-lang.org/2020/02/27/Rust-1.56.1.html"><img alt="Rustc Version 1.56.1+" src="https://img.shields.io/badge/rustc-1.56.1.0%2B-lightgrey.svg"/></a>
9
+
<a href="https://blog.rust-lang.org/2020/02/27/Rust-1.63.0.html"><img alt="Rustc Version 1.63.0+" src="https://img.shields.io/badge/rustc-1.63.0.0%2B-lightgrey.svg"/></a>
10
10
</p>
11
11
</div>
12
12
@@ -29,7 +29,7 @@ Contributions to this library are welcome. A few guidelines:
29
29
* Any breaking changes must have an accompanied entry in CHANGELOG.md
30
30
* No new dependencies, please.
31
31
* No crypto should be implemented in Rust, with the possible exception of hash functions. Cryptographic contributions should be directed upstream to libsecp256k1.
32
-
* This library should always compile with any combination of features on **Rust 1.56.1**.
32
+
* This library should always compile with any combination of features on **Rust 1.63.0**.
0 commit comments