mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Update the Rust toolchain to nightly-2024-10-12
This commit is contained in:
parent
493574d9f3
commit
5f2bd9d0ac
@ -1,5 +1,5 @@
|
|||||||
# One should also update asterinas/rust-toolchain.toml when updating this.
|
# 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.
|
# The first two lines will be deleted when generating the user's toolchain file.
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2024-06-20"
|
channel = "nightly-2024-10-12"
|
||||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# One should also update asterinas/src/commands/new/rust-toolchain.toml.template
|
# One should also update osdk/src/commands/new/rust-toolchain.toml.template
|
||||||
# when updating this
|
# when updating this
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2024-06-20"
|
channel = "nightly-2024-10-12"
|
||||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||||
targets = ["x86_64-unknown-none"]
|
targets = ["x86_64-unknown-none"]
|
Loading…
x
Reference in New Issue
Block a user