From 80901abd14fb1a2739884dc982e2edf473828f79 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 11 Sep 2025 13:47:55 +1000 Subject: [PATCH] Update MSRV in readme Update the documented MSRV as well as the badges. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cb55adf3..9d980212e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CC0 1.0 Universal Licensed CI Status API Docs - Rustc Version 1.56.1+ + Rustc Version 1.63.0+

@@ -29,7 +29,7 @@ Contributions to this library are welcome. A few guidelines: * Any breaking changes must have an accompanied entry in CHANGELOG.md * No new dependencies, please. * No crypto should be implemented in Rust, with the possible exception of hash functions. Cryptographic contributions should be directed upstream to libsecp256k1. -* This library should always compile with any combination of features on **Rust 1.56.1**. +* This library should always compile with any combination of features on **Rust 1.63.0**. ### Githooks