mirror of https://github.com/astral-sh/ruff
Upgrade to Rust 1.70 (#4848)
This commit is contained in:
parent
466719247b
commit
694bf7f5b8
|
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
rust-version = "1.69"
|
||||
rust-version = "1.70"
|
||||
homepage = "https://beta.ruff.rs/docs/"
|
||||
documentation = "https://beta.ruff.rs/docs/"
|
||||
repository = "https://github.com/charliermarsh/ruff"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.69
|
||||
1.70
|
||||
|
|
|
|||
Loading…
Reference in New Issue