Skip to content
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

'llvm-tools-preview' component is now named 'llvm-tools' #569

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions f3discovery/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ itmdump 0.3.1

### `cargo-binutils`

Install `llvm-tools-preview`
Install `llvm-tools`

``` console
rustup component add llvm-tools-preview
rustup component add llvm-tools
```

Install `cargo-binutils`
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rustc 1.53.0 (53cb7b09b 2021-06-17)
### `cargo-binutils`

``` console
$ rustup component add llvm-tools-preview
$ rustup component add llvm-tools

$ cargo install cargo-binutils --vers 0.3.3

Expand Down
Loading