Skip to content

Commit

Permalink
msrv: bump to Rust 1.41
Browse files Browse the repository at this point in the history
This is in line with similar changes to the regex and memchr crates:
BurntSushi/memchr#82
and
rust-lang/regex#767
  • Loading branch information
BurntSushi committed Apr 30, 2021
1 parent 04e8c74 commit b149915
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 @@ -156,7 +156,7 @@ expression alternation. See `MatchKind` in the docs for more details.

### 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 policy is that the minimum Rust version required to use this crate
can be increased in minor version updates. For example, if `crate 1.0` requires
Expand Down

0 comments on commit b149915

Please sign in to comment.