mirror of https://github.com/astral-sh/ruff
Set 1.75 as minimal Rust version (#11821)
## Summary Salsa requires https://github.com/rust-lang/rust/issues/91611 which stabalized with [1.75](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html) 1.75 doesn't change the supported platforms. So I think this upgrade is fine in a minor. ## Test Plan `cargo build`
This commit is contained in:
parent
134aa7c7d5
commit
521a358a4d
|
|
@ -4,7 +4,7 @@ resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.74"
|
rust-version = "1.75"
|
||||||
homepage = "https://docs.astral.sh/ruff"
|
homepage = "https://docs.astral.sh/ruff"
|
||||||
documentation = "https://docs.astral.sh/ruff"
|
documentation = "https://docs.astral.sh/ruff"
|
||||||
repository = "https://github.com/astral-sh/ruff"
|
repository = "https://github.com/astral-sh/ruff"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue