For 1.20.1 release:
- Force installation of toolchain during rustup-init to improve handling on non-tier-one platforms
- Assume the default profile if a profile is missing from configuration which will solve a problem where distro-provided rustup binaries did not upgrade the configuration properly
For 1.20.0 release:
Changed
- Toolchain listing now supports a verbose mode
- Improve zsh completions for cargo
- Updates/Installations of nightly now backtrack
- Improve handling of Ctrl+C on Windows
- rustup which now supports --toolchain
Added
- Added installation profiles
- Added rustup check
- Support for --quiet in most places
- Support for adding components and targets during toolchain install