Skip to content

Commit 832ba73

Browse files
committed
msrv: bump to Rust 1.41.1
This was long overdue, and we were motivated by memchr's move to Rust 2018 in BurntSushi/memchr#82. Rust 1.41.1 was selected because it's the current version of Rust in Debian Stable. It also feels old enough to assure wide support.
1 parent e2860fe commit 832ba73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The full set of features one can disable are
222222

223223
### Minimum Rust version policy
224224

225-
This crate's minimum supported `rustc` version is `1.28.0`.
225+
This crate's minimum supported `rustc` version is `1.41.1`.
226226

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

0 commit comments

Comments
 (0)