We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb84b5d commit 8603e2cCopy full SHA for 8603e2c
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
-## [1.18.0] - 2019-XX-XX
+## [1.18.0] - 2019-04-22
4
+
5
### Added
6
* [Output shell completions for cargo by `rustup completions <shell> cargo`][pr#1646]
7
* [Add `--embedded-book` flag to `rustup doc`][pr#1762]
rustup-init.sh
@@ -12,7 +12,7 @@ RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"
12
#XXX: If you change anything here, please make the same changes in setup_mode.rs
13
usage() {
14
cat 1>&2 <<EOF
15
-rustup-init 1.18.0 (edd30000b 2019-04-22)
+rustup-init 1.18.0 (bb84b5d85 2019-04-22)
16
The installer for rustup
17
18
USAGE:
0 commit comments