You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Change the output format of `rustup show`, to be in a more logical
order and have more pleasing formatting
2. Update the formatting of `rustup show active-toolchain` and
`rustup toolchain list` to match the new `rustup show` format.
3. `rustup +nightly show` will no longer install the nightly toolchain
if it isn't already installed. Ditto for
`rustup show active-toolchain`.
4. Fix a bug where the RUSTUP_TOOLCHAIN environment variable took
priority over the +toolchain command line option, and add a test for
override priority.
5. `rustup default` no longer errors when there is no default toolchain
configured, it prints a message instead.
6. Update the docs, and fix an issue where they incorrectly stated
that `rust-toolchain.toml` config files couldn't specify custom
names. (Text last touched here, see commit message: 7bfbd3b)
0 commit comments