Warning
This post was published 199 days ago. The information described in this article may have changed.
The Rustup team is happy to announce the release of Rustup version 1.27.1. Rustup is the recommended tool to install Rust, a programming language that is empowering everyone to build reliable and efficient software.
If you have a previous version of Rustup installed, getting Rustup 1.27.1 is as easy as stopping any programs which may be using Rustup (e.g. closing your IDE) and running:
$ rustup self update
Rustup will also automatically update itself at the end of a normal toolchain update:
$ rustup update
If you don't have it already, you can get Rustup from the appropriate page on our website.
This new Rustup release involves some minor bug fixes.
The headlines for this release are:
rustup-init
will no longer fail when fish
is installed but ~/.config/fish/conf.d
hasn't been created.RUSTUP_HOME/(toolchains|downloads|tmp)
have been addressed.Full details are available in the changelog!
Rustup's documentation is also available in the Rustup Book.
Thanks again to all the contributors who made Rustup 1.27.1 possible!