mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
70f252a9bc
feat: support devcontainer
7 lines
264 B
TOML
7 lines
264 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"]
|
|
targets = ["riscv64gc-unknown-none-elf"]
|