From 27b74142d30dac68768585ba57aa28ea0665901e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 30 Apr 2021 18:15:17 -0400 Subject: [PATCH] msrv: bump to Rust 1.41.1 This was long overdue, and we were motivated by memchr's move to Rust 2018 in https://github.com/BurntSushi/memchr/pull/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. --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2122cc5502..48fffb52dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 88affac69f..3554e3e7e7 100644 --- a/README.md +++ b/README.md @@ -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