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>
This commit is contained in:
Mukilan Thiyagarajan 2025-02-25 17:19:31 +05:30 committed by GitHub
parent 38b71087bd
commit cceff77928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
[toolchain]
# Be sure to update shell.nix and support/crown/rust-toolchain.toml when bumping this!
# 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 = [