1
0
Fork 0
forked from AbleOS/ableos
ableos/rust-toolchain.toml
2025-02-12 00:59:42 +00:00

9 lines
240 B
TOML

[toolchain]
# old toolchain
# channel = "nightly-2024-07-27"
# last stable
# channel = "nightly-2024-11-20"
# locking here to prevent compile error in holey-bytes crate
channel = "nightly-2025-01-25"
components = ["rust-src", "llvm-tools"]