servo/rust-toolchain.toml
webbeef 3225d19907
cargo: Bump rustc to 1.89 (#36818)
Update Rustc to 1.89.

Reviewable by commit.

Leftover work:
- #37330 
- #38777

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
2025-08-19 11:07:53 +00:00

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