anos/rust-toolchain.toml
2021-12-03 18:39:36 +08:00

5 lines
102 B
TOML

[toolchain]
channel = "nightly"
components = [ "llvm-tools-preview", "rust-src" ]
profile = "minimal"