mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
11 lines
305 B
TOML
11 lines
305 B
TOML
[toolchain]
|
|
channel = "nightly-2023-03-18"
|
|
components = [
|
|
# https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564
|
|
"llvm-tools",
|
|
# For components/script_plugins, https://github.com/rust-lang/rust/pull/67469
|
|
"rustc-dev",
|
|
"rust-docs",
|
|
"rustfmt",
|
|
]
|
|
profile = "minimal"
|