mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
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>
13 lines
202 B
TOML
13 lines
202 B
TOML
[toolchain]
|
|
channel = "1.89.0"
|
|
|
|
components = [
|
|
"clippy",
|
|
# For support/crown
|
|
"llvm-tools",
|
|
# For support/crown
|
|
"rustc-dev",
|
|
# For formatting
|
|
"rustfmt",
|
|
]
|
|
profile = "minimal"
|