Fix compile error caused by updated Step::steps_between in Rust

This commit is contained in:
Marsman1996
2024-11-30 18:58:18 +08:00
committed by Tate, Hongliang Tian
parent 5e35704e38
commit 6d3bb5a9d0
10 changed files with 14 additions and 18 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-10-12"
channel = "nightly-2024-11-29"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]