We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70fc662 + 2e67891 commit f6ae6b7Copy full SHA for f6ae6b7
f3discovery/src/03-setup/README.md
@@ -98,10 +98,10 @@ itmdump 0.3.1
98
99
### `cargo-binutils`
100
101
-Install `llvm-tools-preview`
+Install `llvm-tools`
102
103
``` console
104
-rustup component add llvm-tools-preview
+rustup component add llvm-tools
105
```
106
107
Install `cargo-binutils`
microbit/src/03-setup/README.md
@@ -56,7 +56,7 @@ rustc 1.53.0 (53cb7b09b 2021-06-17)
56
57
58
59
-$ rustup component add llvm-tools-preview
+$ rustup component add llvm-tools
60
61
$ cargo install cargo-binutils --vers 0.3.3
62
0 commit comments