1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +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
2 changed files with 2 additions and 2 deletions

View File

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