You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
* Switch to nightly + cranelift * Fail on warnings only in CI * Fix check errors * Don't use mold on Linux to fix CI * Pin nightly toolchain and add default rustup components * Fix another CI thing * PR comment
10 lines
224 B
TOML
10 lines
224 B
TOML
[toolchain]
|
|
channel = "nightly-2025-09-18"
|
|
profile = "default"
|
|
components = [
|
|
"rust-analyzer",
|
|
# use cranelift in debug builds to improve compile times
|
|
# also see `.cargo/config.toml`
|
|
"rustc-codegen-cranelift-preview"
|
|
]
|