Skip to content

Commit

Permalink
Set 1.75 as minimal Rust version (#11821)
Browse files Browse the repository at this point in the history
## 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`
  • Loading branch information
MichaReiser authored Jun 10, 2024
1 parent 134aa7c commit 521a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.74"
rust-version = "1.75"
homepage = "https://docs.astral.sh/ruff"
documentation = "https://docs.astral.sh/ruff"
repository = "https://github.com/astral-sh/ruff"
Expand Down

0 comments on commit 521a358

Please sign in to comment.