Skip to content

Releases: kennytm/rustup-toolchain-install-master

v1.10.0

25 Nov 07:13
5dc0ab4

Choose a tag to compare

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
e783c30

Choose a tag to compare

Now supports downloading the rust-src component.

v1.5.0

09 Dec 15:11
a082d40

Choose a tag to compare

Added a --channel flag to specify the channel (nightly, beta or stable).

v1.4.0

14 Nov 14:23
df20592

Choose a tag to compare

  • 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
d6b3455

Choose a tag to compare

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
40b60cd

Choose a tag to compare

Added --name (-n) and --force (-f) options (#6).

v1.1.0

14 Jun 11:53
cb5e7d5

Choose a tag to compare

Added the -c (--component) flag to download additional components (#4).

v1.0.0: Version 1.0.0.

07 Jun 16:26
bb66dd4

Choose a tag to compare

  • 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
30bd616

Choose a tag to compare

  • Fixed detection of the rustup directory on Windows (#1).
  • Limited update frequency of the progress bar.

v0.1.0

09 May 21:19
658f91d

Choose a tag to compare

Initial release