ableos/rust-toolchain.toml

8 lines
168 B
TOML
Raw Normal View History

2022-04-24 04:20:15 -05:00
[toolchain]
# old toolchain
# channel = "nightly-2024-07-27"
2024-11-30 05:46:33 -06:00
# last stable
# channel = "nightly-2024-11-20"
channel = "nightly"
2023-03-30 16:43:04 -05:00
components = ["rust-src", "llvm-tools"]