Update the Rust toolchain to nightly-2024-10-12

This commit is contained in:
Zhang Junyang
2024-10-13 20:49:08 +08:00
committed by Tate, Hongliang Tian
parent 493574d9f3
commit 5f2bd9d0ac
2 changed files with 3 additions and 3 deletions

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-06-20"
channel = "nightly-2024-10-12"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]