mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
PR #35628 bumped the rustc version to 1.85, but this broke nix-based systems as these also require bumping the channel for the 'rust-overlay' module to a commit that includes support for that version of rustc. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
14 lines
388 B
TOML
14 lines
388 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 = [
|
|
# For support/crown
|
|
"llvm-tools",
|
|
# For support/crown
|
|
"rustc-dev",
|
|
# For rust-analyzer
|
|
"rust-src",
|
|
]
|