Skip to content

Commit 76d115b

Browse files
authored
Merge pull request #636 from bjorn3/patch-1
Fix typo in the Rustup 1.22.0 release post
2 parents d738ea4 + 48f252b commit 76d115b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-07-06-Rustup-1.22.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This release is mostly related to internal rework and tweaks in UI messages. It
3131
* 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
3232
* When we skip a `nightly` for missing-component reasons we now tell you all the missing components
3333
* We now tell you where overrides are coming from in `rustup show`
34-
* Added `riscv64gc-unknown-linux.gnu` version of `rustup`
34+
* Added `riscv64gc-unknown-linux-gnu` version of `rustup`
3535
* 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
3636
```
3737
rustup toolchain install --profile default --component rls,rust-analysis,rust-src nightly

0 commit comments

Comments
 (0)