mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
6 lines
239 B
TOML
6 lines
239 B
TOML
# One should also update asterinas/src/commands/new/rust-toolchain.toml.template
|
|
# when updating this
|
|
[toolchain]
|
|
channel = "nightly-2024-06-20"
|
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
|
targets = ["x86_64-unknown-none"] |