From 2e67891841c7a74213108902fe0f7f91a04b3489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Sat, 18 May 2024 01:34:06 +0200 Subject: [PATCH] 'llvm-tools-preview' component is now named 'llvm-tools' https://github.com/rust-lang/rustup/pull/3578 --- f3discovery/src/03-setup/README.md | 4 ++-- microbit/src/03-setup/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/f3discovery/src/03-setup/README.md b/f3discovery/src/03-setup/README.md index be2728cc9..6e39becd7 100644 --- a/f3discovery/src/03-setup/README.md +++ b/f3discovery/src/03-setup/README.md @@ -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` diff --git a/microbit/src/03-setup/README.md b/microbit/src/03-setup/README.md index 14a468504..54083bdf8 100644 --- a/microbit/src/03-setup/README.md +++ b/microbit/src/03-setup/README.md @@ -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