Skip to content

Commit 9444715

Browse files
committed
Update some help text version numbers
These don't really matter but might as well have a newer toolchain if folks are trying stuff.
1 parent 6f93cdc commit 9444715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Standard release channel toolchain names have the following form:
274274
```
275275

276276
'channel' is either a named release channel or an explicit version
277-
number, such as '1.8.0'. Channel names can be optionally appended with
277+
number, such as '1.42.0'. Channel names can be optionally appended with
278278
an archive date, as in 'nightly-2014-12-18', in which case the
279279
toolchain is downloaded from the archive for that date.
280280

src/cli/help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub static TOOLCHAIN_HELP: &str = r"DISCUSSION:
6060
<host> = <target-triple>
6161
6262
'channel' is either a named release channel or an explicit version
63-
number, such as '1.8.0'. Channel names can be optionally appended
63+
number, such as '1.42.0'. Channel names can be optionally appended
6464
with an archive date, as in 'nightly-2017-05-09', in which case
6565
the toolchain is downloaded from the archive for that date.
6666

0 commit comments

Comments
 (0)