From c92f5c14a30053a21fce158b7f3f6378faad0977 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 3 Nov 2022 22:49:21 -0400 Subject: [PATCH] Bump Rust version to 1.65.0 (#575) --- README.md | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 445c222bdf..794f285cda 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/rust-toolchain b/rust-toolchain index 9405730420..902c74186f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.64.0 +1.65.0