mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
6 lines
223 B
TOML
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"]
|