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 (#1137)

The latest `rust-analyzer` only supports `stable` and now breaks, so
this pins it to the version on our `nightly`, which won't break on that
version.
  • Loading branch information
kkysen authored Sep 24, 2024
2 parents c6610d5 + 6dc900d commit 516b30e
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 516b30e

Please sign in to comment.