mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
toolchain: Bump Rust to 1.80.0-nightly
This commit is contained in:
parent
316dd35176
commit
b7ce2543da
@ -1,6 +1,6 @@
|
||||
[toolchain]
|
||||
profile = "minimal"
|
||||
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
|
||||
channel = "nightly-2024-01-18"
|
||||
channel = "nightly-2024-05-01"
|
||||
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
|
||||
targets = ["riscv64gc-unknown-none-elf"]
|
||||
targets = ["riscv64gc-unknown-none-elf"]
|
||||
|
Loading…
Reference in New Issue
Block a user