diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 355280ab..da0cfe2b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "nightly-2024-03-08" -components = [ "rustc-dev", "rust-src", "llvm-tools-preview" ] +components = [ "rustc-dev", "rust-src", "llvm-tools-preview", "rust-analyzer" ]