Skip to content

Fix typo in the Rustup 1.22.0 release post #636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion posts/2020-07-06-Rustup-1.22.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This release is mostly related to internal rework and tweaks in UI messages. It
* Supporting running in a lower-memory mode on single-CPU systems, along with detecting any in-place soft-limits on memory consumption in an effort to reduce the chance you run out of RAM during an install on systems like Raspberry Pis
* When we skip a `nightly` for missing-component reasons we now tell you all the missing components
* We now tell you where overrides are coming from in `rustup show`
* Added `riscv64gc-unknown-linux.gnu` version of `rustup`
* Added `riscv64gc-unknown-linux-gnu` version of `rustup`
* You can now specify multiple components when installing a toolchain more easily. For example, if you wanted to install nightly with the `default` profile, but add the IDE support all in one go, you can now run
```
rustup toolchain install --profile default --component rls,rust-analysis,rust-src nightly
Expand Down