Files
servo/rust-toolchain.toml
Alice 00e07a6736 Bump rust version to 1.92.0 (#42661)
This is a prerequisite for using the new version of egui introduced in
https://github.com/servo/servo/pull/42402.

Testing: No new behaviour.

Signed-off-by: Alice Boxhall <alice@igalia.com>
2026-02-16 18:58:15 +00:00

19 lines
506 B
TOML

[toolchain]
# Be sure to also update the rust version in the following places when bumping the version:
# - the 'rust-overlay' module's url in shell.nix to point to a
# commit which supports the required rustc version
# - the version in support/crown/rust-toolchain.toml
# - the version in .devcontainer/Dockerfile
channel = "1.92.0"
components = [
"clippy",
# For support/crown
"llvm-tools",
# For support/crown
"rustc-dev",
"rustfmt",
# For rust-analyzer
"rust-src",
]