From 98e8cfe0c4e793a9bd4e4b2feb072d6d8abbcd48 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Wed, 30 Oct 2019 16:56:27 -0400 Subject: [PATCH] meta: Bump the minimum supported Rust to 1.36 --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d391b1e..5d697832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ rust: - nightly-2019-06-18 - beta - stable - - 1.33.0 + - 1.36.0 matrix: allow_failures: - rust: nightly diff --git a/README.md b/README.md index 604bf147..2aa1f85d 100644 --- a/README.md +++ b/README.md @@ -543,9 +543,9 @@ This is inherently an unresolvable crate graph in Cargo right now. Cargo require #### Minimum Version of Rust -`clap` will officially support current stable Rust, minus two releases, but may work with prior releases as well. For example, current stable Rust at the time of this writing is 1.35.0, meaning `clap` is guaranteed to compile with 1.33.0 and beyond. +`clap` will officially support current stable Rust, minus two releases, but may work with prior releases as well. For example, current stable Rust at the time of this writing is 1.38.0, meaning `clap` is guaranteed to compile with 1.36.0 and beyond. -At the 1.36.0 stable release, `clap` will be guaranteed to compile with 1.34.0 and beyond, etc. +At the 1.39.0 stable release, `clap` will be guaranteed to compile with 1.37.0 and beyond, etc. Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be clearly annotated in the `CHANGELOG.md`