rCore-Tutorial-v3/rust-toolchain.toml

4 lines
131 B
TOML
Raw Permalink Normal View History

[toolchain]
profile = "minimal"
channel = "nightly-2022-07-20"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]