meta: Bump the minimum supported Rust to 1.36

This commit is contained in:
Kevin K 2019-10-30 16:56:27 -04:00
parent 4fdca7b4e6
commit 98e8cfe0c4
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ rust:
- nightly-2019-06-18
- beta
- stable
- 1.33.0
- 1.36.0
matrix:
allow_failures:
- rust: nightly

View file

@ -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`