rustup 0.3 is out. Notable this release is a new fix for installing pre-1.8 releases, the beginnings of support for rustls, a mostly-Rust TLS library, a new hack to make the annoying checksum failures sound less dire.
0.3.0
-
Teach rustup to download manifests from the
/staging/directory. - Treat all HTTP client errors the same.
- Remove winapi replacement.
- Remove toolchain directory if initial toolchain install fails.
- Fallback to old download methods if server returns 403.
- Add preliminary rustls support.
- Add a hack to remediate checksum failure issues.
- Move error-chain out of tree.
- Remove uses of subcommand synonyms in the examples.
-
Add
--yesas alias for-y. -
Remove unavailable toolchains from
target list. - Add powerpc builds.
-
Fix help text for
rustup update. - Remove noisy “rustup is up to date” message.
-
Fix references to non-existent
.rustupdirectory. - When listing toolchains only list directories.
-
rustup-init: remove dependency on
filecommand. - Link to rustup-init.sh in README.
-
Improve docs for
set default-host.
Contributors: Alex Crichton, Brian Anderson, Drew Fisher, geemili, Ivan Petkov, James Lucas, jethrogb, Kevin Yap, leonardo.yvens, Michael DeWitt, Nate Mara, Virgile Andreani