Skip to content

Commit b149915

Browse files
committed
msrv: bump to Rust 1.41
This is in line with similar changes to the regex and memchr crates: BurntSushi/memchr#82 and rust-lang/regex#767
1 parent 04e8c74 commit b149915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
include:
3232
- build: pinned
3333
os: ubuntu-18.04
34-
rust: 1.28.0
34+
rust: 1.41.1
3535
- build: stable
3636
os: ubuntu-18.04
3737
rust: stable

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ expression alternation. See `MatchKind` in the docs for more details.
156156

157157
### Minimum Rust version policy
158158

159-
This crate's minimum supported `rustc` version is `1.28.0`.
159+
This crate's minimum supported `rustc` version is `1.41.1`.
160160

161161
The current policy is that the minimum Rust version required to use this crate
162162
can be increased in minor version updates. For example, if `crate 1.0` requires

0 commit comments

Comments
 (0)