scx/rust-toolchain.toml
Jake Hillion 9b319c7e2d rust-toolchain: init file
Test plan:
- CI
- On a machine with rustup this works.
2024-11-21 19:27:03 +00:00

5 lines
103 B
TOML

[toolchain]
channel = "nightly-2024-09-10"
components = [ "rustfmt", "rustc-dev" ]
profile = "minimal"