Rustup Toolchain Install Master Versions Save

Install a rustc master toolchain usable from rustup

v1.6.0

5 years ago

Now supports downloading the rust-src component.

v1.5.0

5 years ago

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

v1.4.0

5 years ago
  • 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

5 years ago

When fetching the master commit, this program will first try git ls-remote to avoid the GitHub API rate limit.

v1.2.0

5 years ago

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

v1.1.0

5 years ago

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

v1.0.0

5 years ago
  • 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

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

v0.1.0

5 years ago

Initial release