Skip to content

Commit 8603e2c

Browse files
committed
Final tweaks for release
1.18.0 will be released on April 23rd, but it was built on April 22nd. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent bb84b5d commit 8603e2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
## [1.18.0] - 2019-XX-XX
3+
## [1.18.0] - 2019-04-22
4+
45
### Added
56
* [Output shell completions for cargo by `rustup completions <shell> cargo`][pr#1646]
67
* [Add `--embedded-book` flag to `rustup doc`][pr#1762]

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"
1212
#XXX: If you change anything here, please make the same changes in setup_mode.rs
1313
usage() {
1414
cat 1>&2 <<EOF
15-
rustup-init 1.18.0 (edd30000b 2019-04-22)
15+
rustup-init 1.18.0 (bb84b5d85 2019-04-22)
1616
The installer for rustup
1717
1818
USAGE:

0 commit comments

Comments
 (0)