Update the Rust toolchain to 2024-06-20
This commit is contained in:
parent
f703d915cd
commit
46fd09833e
|
@ -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-01-01"
|
||||
channel = "nightly-2024-06-20"
|
||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# One should also update asterinas/src/commands/new/rust-toolchain.toml.template
|
||||
# when updating this
|
||||
[toolchain]
|
||||
channel = "nightly-2024-01-01"
|
||||
channel = "nightly-2024-06-20"
|
||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||
targets = ["x86_64-unknown-none"]
|
Loading…
Reference in New Issue