servo/rust-toolchain.toml
Delan Azabani e745394044
Install rust-src in rust-toolchain.toml (#35117)
* Install rust-src in rust-toolchain.toml

Signed-off-by: Delan Azabani <dazabani@igalia.com>

* Simplify rust-toolchain.toml

Signed-off-by: Delan Azabani <dazabani@igalia.com>

---------

Signed-off-by: Delan Azabani <dazabani@igalia.com>
2025-01-22 05:46:15 +00:00

12 lines
259 B
TOML

[toolchain]
# Be sure to update shell.nix and support/crown/rust-toolchain.toml when bumping this!
channel = "1.83.0"
components = [
# For support/crown
"llvm-tools",
# For support/crown
"rustc-dev",
# For rust-analyzer
"rust-src",
]