From b7ce2543da2e8442d8e873a52d5a91d73f03f330 Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Thu, 2 May 2024 11:04:17 +0800 Subject: [PATCH] toolchain: Bump Rust to 1.80.0-nightly --- os/.cargo/{config => config.toml} | 0 rust-toolchain.toml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename os/.cargo/{config => config.toml} (100%) diff --git a/os/.cargo/config b/os/.cargo/config.toml similarity index 100% rename from os/.cargo/config rename to os/.cargo/config.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8193d6fc..c65d258c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] profile = "minimal" # use the nightly version of the last stable toolchain, see -channel = "nightly-2024-01-18" +channel = "nightly-2024-05-01" components = ["rust-src", "llvm-tools", "rustfmt", "clippy"] -targets = ["riscv64gc-unknown-none-elf"] \ No newline at end of file +targets = ["riscv64gc-unknown-none-elf"]