Files
servo/rust-toolchain.toml
Jonathan Schwender 7a3f831184 Remove duplicate entry for 'rustc-dev' in toolchain (#40531)
Testing: Trivial, Not required

Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com>
2025-11-10 10:21:13 +00:00

17 lines
417 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.91.0"
components = [
"clippy",
# For support/crown
"llvm-tools",
# For support/crown
"rustc-dev",
"rustfmt",
# For rust-analyzer
"rust-src",
]