From e44e99a548783447681725b480d7471055249f0a Mon Sep 17 00:00:00 2001 From: "Caleb P. Burns" <2126043+cpburnz@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:00:13 -0500 Subject: [PATCH] Update README.rst to reflect actual MSRV 1.74 (#1119) The CHANGELOG indicates that MSRV was increased to 1.74. The README was never updated. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e9d9a52..f6bd4d2 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ To install bcrypt, simply: $ pip install bcrypt Note that bcrypt should build very easily on Linux provided you have a C -compiler and a Rust compiler (the minimum supported Rust version is 1.56.0). +compiler and a Rust compiler (the minimum supported Rust version is 1.74.0). For Debian and Ubuntu, the following command will ensure that the required dependencies are installed: