Skip to content

Commit

Permalink
msrv: bump to Rust 1.41.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BurntSushi committed Apr 30, 2021
1 parent ab98561 commit 27b7414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
rust: 1.28.0
rust: 1.41.1
- build: stable
os: ubuntu-18.04
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The full set of features one can disable are

### Minimum Rust version policy

This crate's minimum supported `rustc` version is `1.28.0`.
This crate's minimum supported `rustc` version is `1.41.1`.

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
Expand Down

0 comments on commit 27b7414

Please sign in to comment.