mirror of https://github.com/astral-sh/ruff
Bump Rust version to 1.65.0 (#575)
This commit is contained in:
parent
2f92399f4e
commit
c92f5c14a3
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.64.0
|
||||
1.65.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue