mirror of https://github.com/astral-sh/ruff
Bump MSRV to Rust 1.89 (#21180)
This commit is contained in:
parent
921f409ee8
commit
17c7b3cde1
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[workspace.package]
|
||||
# Please update rustfmt.toml when bumping the Rust edition
|
||||
edition = "2024"
|
||||
rust-version = "1.88"
|
||||
rust-version = "1.89"
|
||||
homepage = "https://docs.astral.sh/ruff"
|
||||
documentation = "https://docs.astral.sh/ruff"
|
||||
repository = "https://github.com/astral-sh/ruff"
|
||||
|
|
|
|||
Loading…
Reference in New Issue