mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Update to rust 1.85 This is needed for cargo-deny Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Upgrade crown Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Clippy fixes Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Re-upgrade cargo-deny to 0.18 Keeping it locked to 0.18 just in case they update their required rustc version again Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
12 lines
259 B
TOML
12 lines
259 B
TOML
[toolchain]
|
|
# Be sure to update shell.nix and 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",
|
|
]
|