Skip to content

Commit ff49602

Browse files
Merge rust-bitcoin/rust-secp256k1#852: Update MSRV in readme
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
2 parents 38934d4 + 0f2651d commit ff49602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://github.com/rust-bitcoin/rust-secp256k1/blob/master/LICENSE"><img alt="CC0 1.0 Universal Licensed" src="https://img.shields.io/badge/license-CC0--1.0-blue.svg"/></a>
77
<a href="https://github.com/rust-bitcoin/rust-secp256k1/actions?query=workflow%3AContinuous%20integration"><img alt="CI Status" src="https://github.com/rust-bitcoin/rust-secp256k1/workflows/Continuous%20integration/badge.svg"></a>
88
<a href="https://docs.rs/secp256k1"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-secp256k1-green"/></a>
9-
<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>
1010
</p>
1111
</div>
1212

@@ -29,7 +29,7 @@ Contributions to this library are welcome. A few guidelines:
2929
* Any breaking changes must have an accompanied entry in CHANGELOG.md
3030
* No new dependencies, please.
3131
* 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**.
3333

3434
### Githooks
3535

0 commit comments

Comments
 (0)