servo/rust-toolchain.toml
Samson 39ef61c324
Exclude crown from the root Cargo workspace (#34173)
* Exclude crown from workspace

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* Update shell.nix and remove filterlock

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

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: Delan Azabani <dazabani@igalia.com>
Co-authored-by: Delan Azabani <dazabani@igalia.com>
2024-11-08 10:08:49 +00:00

16 lines
334 B
TOML

[toolchain]
# Be sure to update etc/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"