rCore-Tutorial-v3/rust-toolchain.toml
2024-01-20 23:54:47 +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-2024-01-18"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]