Upgrade the Rust toolchain to 20251208
This commit is contained in:
parent
ab26968458
commit
2121a1683d
|
|
@ -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-2025-02-01"
|
channel = "nightly-2025-12-06"
|
||||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# One should also update osdk/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-2025-02-01"
|
channel = "nightly-2025-12-06"
|
||||||
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", "riscv64imac-unknown-none-elf", "loongarch64-unknown-none-softfloat"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue