add rust-analyzer to rust-toolchain files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[toolchain]
|
||||
channel = "1.93"
|
||||
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
||||
components = [ "rust-src", "rustfmt", "llvm-tools", "rust-analyzer" ]
|
||||
targets = [
|
||||
"thumbv7em-none-eabi",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user