Skip to content

Commit 71dabba

Browse files
mdaffinmdaffin
authored and
mdaffin
committed
docs: Fix a typo the minimum rust version required
1 parent 6095f23 commit 71dabba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
//! `clap` will officially support current stable Rust, minus two releases, but may work with prior
501501
//! releases as well. For example, current stable Rust at the time of this writing is 1.13.0,
502502
//! meaning `clap` is guaranteed to compile with 1.11.0 and beyond. At the 1.14.0 release, `clap`
503-
//! will be guaranteed to compile with 2.12.0 and beyond, etc.
503+
//! will be guaranteed to compile with 1.12.0 and beyond, etc.
504504
//!
505505
//! Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be
506506
//! clearly annotated in the `CHANGELOG.md`

0 commit comments

Comments
 (0)