Files
ladybird/rust-toolchain.toml
Andrew Kaster 70dc2ff2ed Meta: Add a rust-toolchain toml file to pin required rust version
Some developers might have interesting rust versions installed and set
as their default via `rustup default`, but we want to make sure that
everyone is using the same version as CI.
2026-03-02 10:10:04 +01:00

4 lines
32 B
TOML

[toolchain]
channel = "stable"