Skip to content

Commit

Permalink
Final tweaks for release
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kinnison committed Apr 22, 2019
1 parent bb84b5d commit 8603e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [1.18.0] - 2019-XX-XX
## [1.18.0] - 2019-04-22

### Added
* [Output shell completions for cargo by `rustup completions <shell> cargo`][pr#1646]
* [Add `--embedded-book` flag to `rustup doc`][pr#1762]
Expand Down
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"
#XXX: If you change anything here, please make the same changes in setup_mode.rs
usage() {
cat 1>&2 <<EOF
rustup-init 1.18.0 (edd30000b 2019-04-22)
rustup-init 1.18.0 (bb84b5d85 2019-04-22)
The installer for rustup
USAGE:
Expand Down

0 comments on commit 8603e2c

Please sign in to comment.