Skip to content

Commit f6ae6b7

Browse files
authored
Merge pull request #569 from gdamjan/master
'llvm-tools-preview' component is now named 'llvm-tools'
2 parents 70fc662 + 2e67891 commit f6ae6b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

f3discovery/src/03-setup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ itmdump 0.3.1
9898

9999
### `cargo-binutils`
100100

101-
Install `llvm-tools-preview`
101+
Install `llvm-tools`
102102

103103
``` console
104-
rustup component add llvm-tools-preview
104+
rustup component add llvm-tools
105105
```
106106

107107
Install `cargo-binutils`

microbit/src/03-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rustc 1.53.0 (53cb7b09b 2021-06-17)
5656
### `cargo-binutils`
5757

5858
``` console
59-
$ rustup component add llvm-tools-preview
59+
$ rustup component add llvm-tools
6060

6161
$ cargo install cargo-binutils --vers 0.3.3
6262

0 commit comments

Comments
 (0)