Skip to content

Commit 872c08f

Browse files
committed
Include rust-analyzer in rust-toolchain.toml
the vscode extension is saying that the nightly is too old to use with the bundled ra
1 parent 51084c6 commit 872c08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "nightly-2024-03-08"
3-
components = [ "rustc-dev", "rust-src", "llvm-tools-preview" ]
3+
components = [ "rustc-dev", "rust-src", "llvm-tools-preview", "rust-analyzer" ]

0 commit comments

Comments
 (0)