rCore-Tutorial-v3/rust-toolchain.toml
2023-10-14 00:43:04 +08:00

6 lines
223 B
TOML

[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2023-10-09"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]