diff --git a/osdk/src/commands/new/rust-toolchain.toml.template b/osdk/src/commands/new/rust-toolchain.toml.template index ab42f1510..82e5c6648 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"]