mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
rustup show always install the profiles set in rust-toolchain.toml, I added an action to remove this line so we can install components selectively. This should reduce Rust installation time, which can be significant on Windows.
5 lines
172 B
TOML
5 lines
172 B
TOML
[toolchain]
|
|
# Use nightly for better access to the latest Rust features.
|
|
# This date is aligned to stable release dates.
|
|
channel = "nightly-2023-03-09"
|
|
profile = "default"
|