1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-29 22:01:04 +02:00

msrv: bump to Rust 1.65.0

This matches the latest stable release of Rust and let's us use nice
things like 'let else'.
This commit is contained in:
Andrew Gallant 2022-11-14 07:56:17 -05:00
parent 25a4eaf5ae
commit 8905d54a9f
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
include: include:
- build: pinned - build: pinned
os: ubuntu-22.04 os: ubuntu-22.04
rust: 1.52.1 rust: 1.65.0
- build: stable - build: stable
os: ubuntu-22.04 os: ubuntu-22.04
rust: stable rust: stable

View File

@ -358,7 +358,7 @@ $ cargo install ripgrep
ripgrep is written in Rust, so you'll need to grab a ripgrep is written in Rust, so you'll need to grab a
[Rust installation](https://www.rust-lang.org/) in order to compile it. [Rust installation](https://www.rust-lang.org/) in order to compile it.
ripgrep compiles with Rust 1.34.0 (stable) or newer. In general, ripgrep tracks ripgrep compiles with Rust 1.65.0 (stable) or newer. In general, ripgrep tracks
the latest stable release of the Rust compiler. the latest stable release of the Rust compiler.
To build ripgrep: To build ripgrep: