From 35ec014bc36770999417a96a6045d19120125476 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Wed, 25 Sep 2024 06:57:32 +0000 Subject: [PATCH] README: fix MSRV MSRV was increased in a previous commit, but the README was not updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f743b5a5..47dd8634 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ 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.41.1**. +- This library should always compile with any combination of features on **Rust 1.56.1**.