From 9b8c6b5aa9be4124bdfdaba96b2d2185d9fcdd85 Mon Sep 17 00:00:00 2001 From: Fabing Li Date: Thu, 27 Feb 2025 03:18:18 +0000 Subject: [PATCH] Update the toolchain version in template --- osdk/src/commands/new/rust-toolchain.toml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdk/src/commands/new/rust-toolchain.toml.template b/osdk/src/commands/new/rust-toolchain.toml.template index ab42f151..82e5c664 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-11-29" +channel = "nightly-2025-02-01" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]