mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
meta: Bump the minimum supported Rust to 1.36
This commit is contained in:
parent
4fdca7b4e6
commit
98e8cfe0c4
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ rust:
|
|||
- nightly-2019-06-18
|
||||
- beta
|
||||
- stable
|
||||
- 1.33.0
|
||||
- 1.36.0
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue