From e16a3e07837a0f4e404c15f4f1c29a68937530c1 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Tue, 10 Sep 2024 15:16:11 +0200 Subject: [PATCH] doc: reflect MSRV change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973f0046..b1ac1396 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you'd like to modify where the data is downloaded, you can use the environmen ## Minimum supported Rust version (MSRV) -This crate requires a Rust version of 1.66.0 or higher. Increases in MSRV will be considered a semver non-breaking API change and require a version increase (PATCH until 1.0.0, MINOR after 1.0.0). +This crate requires a Rust version of 1.61.0 or higher. Increases in MSRV will be considered a semver non-breaking API change and require a version increase (PATCH until 1.0.0, MINOR after 1.0.0). ## Contributing