Skip to content

Commit 521a358

Browse files
authored
Set 1.75 as minimal Rust version (#11821)
## Summary Salsa requires rust-lang/rust#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`
1 parent 134aa7c commit 521a358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
rust-version = "1.74"
7+
rust-version = "1.75"
88
homepage = "https://docs.astral.sh/ruff"
99
documentation = "https://docs.astral.sh/ruff"
1010
repository = "https://github.com/astral-sh/ruff"

0 commit comments

Comments
 (0)