rCore-Tutorial-v3/rust-toolchain.toml
cndoit18 b22859abd3 feat: support devcontainer
Add devcontainer support to use the development environment directly via vscode or codespaces.

Signed-off-by: cndoit18 <cndoit18@outlook.com>
2024-01-18 02:53:12 +00:00

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"]