diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 39f1c77..0f27538 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,4 @@ [toolchain] channel = "nightly-2024-03-01" targets = ["thumbv6m-none-eabi"] +components = ["rustfmt", "clippy", "llvm-tools"]