Skip to content

Commit

Permalink
Merge pull request #569 from gdamjan/master
Browse files Browse the repository at this point in the history
'llvm-tools-preview' component is now named 'llvm-tools'
  • Loading branch information
adamgreig authored May 17, 2024
2 parents 70fc662 + 2e67891 commit f6ae6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit f6ae6b7

Please sign in to comment.