mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
* 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>
12 lines
259 B
TOML
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",
|
|
]
|