Files
ladybird/rust-toolchain.toml
Tim Ledbetter e1a12bcbcb Meta: Pin Rust toolchain version
This should prevent CI failures on toolchain updates in the future.
2026-04-16 23:42:22 +02:00

4 lines
66 B
TOML

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