add rust-analyzer to rust-toolchain files

This commit is contained in:
2026-02-26 14:21:19 +01:00
parent 4ec062f575
commit 043841c08b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[toolchain] [toolchain]
channel = "1.93" channel = "1.93"
components = [ "rust-src", "rustfmt", "llvm-tools" ] components = [ "rust-src", "rustfmt", "llvm-tools", "rust-analyzer" ]
targets = [ targets = [
"thumbv7em-none-eabi", "thumbv7em-none-eabi",
] ]

View File

@@ -1,6 +1,6 @@
[toolchain] [toolchain]
channel = "1.93" channel = "1.93"
components = [ "rust-src", "rustfmt", "llvm-tools" ] components = [ "rust-src", "rustfmt", "llvm-tools", "rust-analyzer" ]
targets = [ targets = [
"thumbv7em-none-eabi", "thumbv7em-none-eabi",
] ]