From 5f2bd9d0ac6b93a2dfe6e47da7ade2dbcbd57bb6 Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Sun, 13 Oct 2024 20:49:08 +0800 Subject: [PATCH] Update the Rust toolchain to `nightly-2024-10-12` --- osdk/src/commands/new/rust-toolchain.toml.template | 2 +- rust-toolchain.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osdk/src/commands/new/rust-toolchain.toml.template b/osdk/src/commands/new/rust-toolchain.toml.template index 53442431..4129331f 100644 --- a/osdk/src/commands/new/rust-toolchain.toml.template +++ b/osdk/src/commands/new/rust-toolchain.toml.template @@ -1,5 +1,5 @@ # One should also update asterinas/rust-toolchain.toml when updating this. # The first two lines will be deleted when generating the user's toolchain file. [toolchain] -channel = "nightly-2024-06-20" +channel = "nightly-2024-10-12" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index df9bde6f..62809036 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ -# One should also update asterinas/src/commands/new/rust-toolchain.toml.template +# One should also update osdk/src/commands/new/rust-toolchain.toml.template # when updating this [toolchain] -channel = "nightly-2024-06-20" +channel = "nightly-2024-10-12" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] targets = ["x86_64-unknown-none"] \ No newline at end of file