servo/rust-toolchain.toml
Mukilan Thiyagarajan cceff77928
Bump channel in shell.nix to support rustc 1.85. (#35643)
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>
2025-02-25 11:49:31 +00:00

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",
]