add rust-analyzer to rust-toolchain files
This commit is contained in:
@@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user