Merge pull request #139 from jklincn/main

This commit is contained in:
Yifan Wu 2024-01-26 22:09:29 +08:00
parent bbeff6350f
commit 2913070bfe
4 changed files with 61 additions and 76 deletions

View file

@ -2,5 +2,5 @@
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"]
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]