servo/rust-toolchain.toml
Delan Azabani 67012a5091
Remove etc/shell.nix in favour of shell.nix (#34336)
Signed-off-by: Delan Azabani <dazabani@igalia.com>
2024-11-22 04:03:35 +00:00

16 lines
330 B
TOML

[toolchain]
# Be sure to update shell.nix and support/crown/rust-toolchain.toml when bumping this!
channel = "1.80.1"
components = [
"clippy",
# For support/crown
"llvm-tools",
# For support/crown
"rustc-dev",
# For docs building
"rust-docs",
# For formatting
"rustfmt",
]
profile = "minimal"