oxc/rust-toolchain.toml
Boshen c35fb19f4f
ci: install minimal profile (#253)
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.
2023-04-05 11:50:30 +08:00

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"