mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
This is a speculative fix for some intermittent clippy failures that we are seeing on the CI such as: https://github.com/servo/servo/actions/runs/15066235369/job/42351666174 These entries were removed in #35117, but it seems that they are necessary now. Testing: This is a fix for the CI, so functioning CI is effectively the test. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
17 lines
434 B
TOML
17 lines
434 B
TOML
[toolchain]
|
|
# Be sure to update the 'rust-overlay' module's url in shell.nix to point to a
|
|
# commit which supports the required rustc version and also update the version
|
|
# in support/crown/rust-toolchain.toml when bumping this!
|
|
channel = "1.85.0"
|
|
|
|
components = [
|
|
"clippy",
|
|
# For support/crown
|
|
"llvm-tools",
|
|
# For support/crown
|
|
"rustc-dev",
|
|
"rustfmt",
|
|
"rustc-dev",
|
|
# For rust-analyzer
|
|
"rust-src",
|
|
]
|