Page MenuHomeSolus

Updates rustup to 1.20.1
ClosedPublic

Authored by josephscade on Oct 16 2019, 10:42 AM.
Tags
None
Referenced Files
F11052436: D7413.id17772.diff
Thu, Aug 10, 9:22 PM
F11052435: D7413.id.diff
Thu, Aug 10, 9:22 PM
F11052434: D7413.id17793.diff
Thu, Aug 10, 9:22 PM
F11037067: D7413.diff
Wed, Aug 9, 8:02 PM
F11010248: D7413.diff
Thu, Aug 3, 12:45 AM
F10942213: D7413.diff
Fri, Jul 14, 10:14 AM
F10870934: D7413.id.diff
Jun 18 2023, 12:07 PM
F10850186: D7413.id17793.diff
Jun 12 2023, 1:36 AM

Details

Summary

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
Test Plan

Successfully install the stable toolchain as a regular user by running
rustup toolchain install stable.

Diff Detail

Repository
R4626 rustup
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rustup 1.20.1 was released one day after 1.20.0. Therefore, I copy-pasted the changelog for these two versions. Is this correct?

I don't thing the words in summary should be that big. And you might want ko omit the Thanks Heading.

Thanks for your comments. It is fixed now

This revision is now accepted and ready to land.Oct 17 2019, 9:38 AM
This revision was automatically updated to reflect the committed changes.