anos/rust-toolchain.toml

5 lines
102 B
TOML
Raw Normal View History

2021-12-01 15:36:18 +08:00
[toolchain]
channel = "nightly"
2021-12-03 18:39:36 +08:00
components = [ "llvm-tools-preview", "rust-src" ]
2021-12-01 15:36:18 +08:00
profile = "minimal"