forked from AbleOS/ableos
9 lines
240 B
TOML
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"]
|