Skip to content

Commit 93316a3

Browse files
authored
doc: update MSRV in README
PR #980
1 parent 070374f commit 93316a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ by [RE2](https://github.com/google/re2).
99

1010
[![Build status](https://github.com/rust-lang/regex/workflows/ci/badge.svg)](https://github.com/rust-lang/regex/actions)
1111
[![Crates.io](https://img.shields.io/crates/v/regex.svg)](https://crates.io/crates/regex)
12-
[![Rust](https://img.shields.io/badge/rust-1.41.1%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/regex)
12+
[![Rust](https://img.shields.io/badge/rust-1.60.0%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/regex)
1313

1414
### Documentation
1515

@@ -218,7 +218,7 @@ The full set of features one can disable are
218218

219219
### Minimum Rust version policy
220220

221-
This crate's minimum supported `rustc` version is `1.41.1`.
221+
This crate's minimum supported `rustc` version is `1.60.0`.
222222

223223
The current **tentative** policy is that the minimum Rust version required
224224
to use this crate can be increased in minor version updates. For example, if

0 commit comments

Comments
 (0)