Merge branch 'main' into main

This commit is contained in:
jklincn 2024-01-23 12:39:49 +08:00 committed by GitHub
commit 88a4a0ad11
22 changed files with 98 additions and 61 deletions

View file

@ -1,5 +1,6 @@
[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2023-10-09"
channel = "nightly-2024-01-18"
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]