Upgrade to Rust 1.70 (#4848)

This commit is contained in:
Micha Reiser 2023-06-04 19:51:47 +02:00 committed by GitHub
parent 466719247b
commit 694bf7f5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -1 +1 @@
1.69
1.70