bussy/rust-toolchain.toml

5 lines
127 B
TOML
Raw Normal View History

2023-05-19 07:24:18 +02:00
[toolchain]
channel = "nightly"
components = ["rustfmt", "clippy", "rust-src", "llvm-tools-preview"]
targets = ["x86-pc-none"]