mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Auto merge of #925 - mdaffin:doc-typo-fix, r=kbknapp
docs: Fix a typo the minimum rust version required <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/kbknapp/clap-rs/925) <!-- Reviewable:end -->
This commit is contained in:
commit
6cbc161a09
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@
|
|||
//! `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.13.0,
|
||||
//! meaning `clap` is guaranteed to compile with 1.11.0 and beyond. At the 1.14.0 release, `clap`
|
||||
//! will be guaranteed to compile with 2.12.0 and beyond, etc.
|
||||
//! will be guaranteed to compile with 1.12.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