Releases: kennytm/rustup-toolchain-install-master
Releases · kennytm/rustup-toolchain-install-master
v1.6.0
Now supports downloading the rust-src
component.
v1.5.0
Added a --channel
flag to specify the channel (nightly
, beta
or stable
).
v1.4.0
- When an installation failed, this program will now immediately exit with error.
- Added
-k
(--keep-going
) flag to restore the old behavior.
- Added colors to output.
v1.3.0
When fetching the master commit, this program will first try git ls-remote
to avoid the GitHub API rate limit.
v1.2.0
Added --name
(-n
) and --force
(-f)
options (#6).
v1.1.0
Added the -c
(--component
) flag to download additional components (#4).
v1.0.0: Version 1.0.0.
- When no arguments are given, this tool will automatically fetch the latest master commit and download that (#2).
- Fixed cross-device rename error when
/tmp
and $RUSTUP_HOME
are in different disks (#3).
- The progress bar now print to stderr instead of stdout.
- Added
--dry-run
and --github-token
flags.
v0.2.0
- Fixed detection of the rustup directory on Windows (#1).
- Limited update frequency of the progress bar.