Files
astral-ruff/rust-toolchain.toml
T
Brent Westbrook b211af4d87 Update MSRV to 1.91 (#22874)
## Summary
- Bump the Rust toolchain to 1.93
- Bump our MSRV to 1.91

This latter change also allows us to drop our copy of
`ceil_char_boundary`, which is [now
stable](https://doc.rust-lang.org/stable/std/primitive.str.html#method.ceil_char_boundary).
I'm not 100% sure we want to do that, as the `TextSize` API seems nice,
but we can if we want.

I quickly looked through the clippy release notes and didn't see exactly
why this lint expectation is now unfulfilled, but that was the only new
clippy diagnostic from the upgrade.

Note: I don't think we can land this until after we bump our conda-forge
version in https://github.com/conda-forge/ruff-feedstock/pull/318.

## Test Plan

Existing tests
2026-01-27 08:36:09 -05:00

3 lines
29 B
TOML