ladybird/rust-toolchain.toml
Timothy Flynn c5bb98bcf0 Meta: Revert to a stable rust compiler
Let's not depend on a nightly pre-release, especially not just for a
linting option. We can enable the linter option once it lands in the
stable release.
2026-06-02 20:12:41 +02:00

3 lines
66 B
TOML

[toolchain]
channel = "1.96.0"
components = ["rustfmt", "clippy"]