From c1056370e0a86e3dd1c73ddd13293c37b232948f 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 ++-- user/.cargo/{config => config.toml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename os/.cargo/{config => config.toml} (100%) rename user/.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 8193d6fc9..c65d258c2 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"] diff --git a/user/.cargo/config b/user/.cargo/config.toml similarity index 100% rename from user/.cargo/config rename to user/.cargo/config.toml