Releases: kennytm/rustup-toolchain-install-master
Releases · kennytm/rustup-toolchain-install-master
v1.10.0
25 Nov 07:13
Compare
Sorry, something went wrong.
No results found
Since rust-lang/rust renamed the master branch, this program now fetches the latest commit via the HEAD reference instead.
v1.6.0
14 Dec 16:50
Compare
Sorry, something went wrong.
No results found
Now supports downloading the rust-src component.
v1.5.0
09 Dec 15:11
Compare
Sorry, something went wrong.
No results found
Added a --channel flag to specify the channel (nightly, beta or stable).
v1.4.0
14 Nov 14:23
Compare
Sorry, something went wrong.
No results found
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
11 Oct 12:02
Compare
Sorry, something went wrong.
No results found
When fetching the master commit, this program will first try git ls-remote to avoid the GitHub API rate limit.
v1.2.0
23 Jul 14:49
Compare
Sorry, something went wrong.
No results found
Added --name (-n) and --force (-f) options (#6 ).
v1.1.0
14 Jun 11:53
Compare
Sorry, something went wrong.
No results found
Added the -c (--component) flag to download additional components (#4 ).
v1.0.0: Version 1.0.0.
07 Jun 16:26
Compare
Sorry, something went wrong.
No results found
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
09 May 21:21
Compare
Sorry, something went wrong.
No results found
Fixed detection of the rustup directory on Windows (#1 ).
Limited update frequency of the progress bar.
v0.1.0
09 May 21:19
Compare
Sorry, something went wrong.
No results found