mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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>
19 lines
506 B
TOML
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",
|
|
]
|