mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
b211af4d87
## 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
3 lines
29 B
TOML
3 lines
29 B
TOML
[toolchain]
|
|
channel = "1.93"
|