Skip to content

Commit

Permalink
docs: Fix a typo the minimum rust version required
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaffin authored and mdaffin committed Apr 7, 2017
1 parent 6095f23 commit 71dabba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 71dabba

Please sign in to comment.