DragonOS/kernel/rust-toolchain.toml
LoGin 1a72a751b1
在riscv输出hello world (#466)
增加了以下内容:
- SBI驱动
- 把内核的rust工具链升级到2023-08-15版本
- 输出riscv的helloworld
- 设置内核是PIC的
2023-12-07 02:13:22 +08:00

3 lines
68 B
TOML

[toolchain]
channel = "nightly-2023-08-15"
components = ["rust-src"]