Update the toolchain version in template

This commit is contained in:
Fabing Li 2025-02-27 03:18:18 +00:00 committed by Tate, Hongliang Tian
parent cbb4b4e631
commit 9b8c6b5aa9

View File

@ -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"]