jj/rust-toolchain.toml
Waleed Khan 89d57ffb29 build: add rust-toolchain.toml
Follow-up from discussion at https://discord.com/channels/968932220549103686/1288926971719323762

I don't think we achieved consensus in that thread. We could use `stable` or `nightly` here instead if we prefer. Note that user `rustup` overrides are still respected in the presence of a `rust-toolchain.toml`.
2024-12-11 11:05:47 -08:00

4 lines
80 B
TOML

[toolchain]
channel = "1.76"
profile = "default"
components = ["rust-analyzer"]