You've already forked AstralRinth
forked from didirus/AstralRinth
chore: revert back to stable Rust toolchain (#4492)
PR #3960 reverted the Cranelift usage introduced in #4388 due to its codegen not being up to standard when compiling some pieces of code under some platforms. However, it didn't revert the switch to a nightly Rust toolchain, which is now unnecessary, and produces unnecessary drift between what's declared in the `rust-toolchain.toml` and the Docker image manifests, causing inefficiencies. These changes bring back the usage of stable Rust for the time being to correct those inefficiencies.
This commit is contained in:
committed by
GitHub
parent
e303655727
commit
d98394d8d5
@@ -1,9 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2025-09-18"
|
channel = "1.89.0"
|
||||||
profile = "default"
|
|
||||||
components = [
|
|
||||||
"rust-analyzer",
|
|
||||||
# use cranelift in debug builds to improve compile times
|
|
||||||
# also see `.cargo/config.toml`
|
|
||||||
"rustc-codegen-cranelift-preview"
|
|
||||||
]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user