mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Testing: Trivial, Not required Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com>
17 lines
417 B
TOML
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",
|
|
]
|