mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
As per Cargo.toml our minimal supported Rust version is 1.65.0, so we
should be using that version in our CI for cargo test and cargo build.
This was apparently accidentally changed in
79ca66ace5.