ableos/rust-toolchain.toml
2024-11-30 11:46:33 +00:00

8 lines
168 B
TOML

[toolchain]
# old toolchain
# channel = "nightly-2024-07-27"
# last stable
# channel = "nightly-2024-11-20"
channel = "nightly"
components = ["rust-src", "llvm-tools"]