Skip to content

Commit

Permalink
rust-analyzer: add rust-analyzer component to `rust-toolchain.tom…
Browse files Browse the repository at this point in the history
…l` so that it is in sync with our pinned nightly, as the latest `rust-analyzer` only supports `stable` and now breaks
  • Loading branch information
kkysen committed Sep 22, 2024
1 parent 03b949c commit 6dc900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-08-08"
components = ["rustfmt-preview", "rustc-dev", "rust-src", "miri"]
components = ["rustfmt-preview", "rustc-dev", "rust-src", "miri", "rust-analyzer"]

0 comments on commit 6dc900d

Please sign in to comment.