toolchain: Bump Rust to 1.80.0-nightly

This commit is contained in:
Yifan Wu 2024-05-02 11:04:17 +08:00
parent 8afce1c1a1
commit 7545f393a2
3 changed files with 2 additions and 2 deletions

7
os/.cargo/config.toml Normal file
View file

@ -0,0 +1,7 @@
[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
]