From 93316a3b1adc43cc12fab6c73a59f646658cd984 Mon Sep 17 00:00:00 2001 From: Alex Touchet <alextouchet@outlook.com> Date: Thu, 20 Apr 2023 17:47:56 -0700 Subject: [PATCH] doc: update MSRV in README PR #980 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 861417da6..020b35395 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ by [RE2](https://github.com/google/re2). [](https://github.com/rust-lang/regex/actions) [](https://crates.io/crates/regex) -[](https://github.com/rust-lang/regex) +[](https://github.com/rust-lang/regex) ### Documentation @@ -218,7 +218,7 @@ The full set of features one can disable are ### 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 **tentative** policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if