From 46fd09833ee7fa524e5c3c85acf6ba9c405e3bc3 Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Thu, 20 Jun 2024 16:25:11 +0000 Subject: [PATCH] Update the Rust toolchain to 2024-06-20 --- osdk/src/commands/new/rust-toolchain.toml.template | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osdk/src/commands/new/rust-toolchain.toml.template b/osdk/src/commands/new/rust-toolchain.toml.template index e64a36cd..53442431 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-01-01" +channel = "nightly-2024-06-20" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ff9860ba..df9bde6f 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 # when updating this [toolchain] -channel = "nightly-2024-01-01" +channel = "nightly-2024-06-20" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] targets = ["x86_64-unknown-none"] \ No newline at end of file