Bump Rust version to 1.65.0 (#575)

This commit is contained in:
Charlie Marsh 2022-11-03 22:49:21 -04:00 committed by GitHub
parent 2f92399f4e
commit c92f5c14a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -684,7 +684,7 @@ extend-ignore = [
## Development
Ruff is written in Rust (1.64.0). You'll need to install the [Rust toolchain](https://www.rust-lang.org/tools/install)
Ruff is written in Rust (1.65.0). You'll need to install the [Rust toolchain](https://www.rust-lang.org/tools/install)
for development.
Assuming you have `cargo` installed, you can run:

View File

@ -1 +1 @@
1.64.0
1.65.0