From cdef746ee96d8896f33fcc60aac44e0f3121b400 Mon Sep 17 00:00:00 2001 From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:43:22 +0000 Subject: [PATCH] Update MSRV in `README.md` The 2.6.0 release bumped the MSRV, but forgot to update the README to indicate that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a7a0f..07e51b5 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ as described above. ### Minimum Rust version policy -This crate's minimum supported `rustc` version is `1.41.1`. +This crate's minimum supported `rustc` version is `1.60.0`. The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if `crate 1.0` requires