mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:26:23 +00:00
Upgrade to Rust 1.70 (#4848)
This commit is contained in:
parent
466719247b
commit
694bf7f5b8
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue