mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
rustfmt and llvm-tools are not preview anymore (#30119)
As discussed in https://github.com/servo/servo/pull/30112#discussion_r1297331309
This commit is contained in:
parent
c0bee7cb86
commit
0fb2dc70ff
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
channel = "nightly-2023-02-01"
|
channel = "nightly-2023-02-01"
|
||||||
components = [
|
components = [
|
||||||
# https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564
|
# https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564
|
||||||
"llvm-tools-preview",
|
"llvm-tools",
|
||||||
# For components/script_plugins, https://github.com/rust-lang/rust/pull/67469
|
# For components/script_plugins, https://github.com/rust-lang/rust/pull/67469
|
||||||
"rustc-dev",
|
"rustc-dev",
|
||||||
"rust-docs",
|
"rust-docs",
|
||||||
"rustfmt-preview",
|
"rustfmt",
|
||||||
]
|
]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue