SIGN IN SIGN UP
astral-sh / ruff UNCLAIMED

An extremely fast Python linter and code formatter, written in Rust.

0 0 35 Rust

Update Rust toolchain to 1.96 and MSRV to 1.94 (#25443)

## Summary

- Update the pinned Rust toolchain from 1.95 to 1.96.
- Raise Ruff's minimum supported Rust version from 1.93 to 1.94,
following the N-2 policy.
- Replace the now-unnecessary `zip_opt` helper with `Option::zip`, as
Rust 1.96's Clippy flags the manual implementation.

## Test plan

`cargo clippy --workspace --all-targets --all-features -- -D warnings`
D
Dhruv Manilawala committed
f6bfc7f8cc889caef07f4cd6833e5e4fc262d041
Parent: f266e8f
Committed by GitHub <noreply@github.com> on 5/29/2026, 7:15:39 AM