rsnext/rust-toolchain.toml
hrmny ce69d02cf9
chore: remove unused rust dependencies (#62176)
### What?

Toolchain is updated as well.

Should improve compile times marginally, also added the new parallel
frontend.

Depends on https://github.com/vercel/turbo/pull/7409

Closes PACK-2526
2024-04-16 17:48:06 +02:00

4 lines
98 B
TOML

[toolchain]
channel = "nightly-2024-04-03"
components = ["rustfmt", "clippy"]
profile = "minimal"