Skip to content

Commit

Permalink
msrv: bump to Rust 1.65.0
Browse files Browse the repository at this point in the history
This matches the latest stable release of Rust and let's us use nice
things like 'let else'.
  • Loading branch information
BurntSushi committed Nov 14, 2022
1 parent 25a4eaf commit 8905d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ $ cargo install ripgrep

ripgrep is written in Rust, so you'll need to grab a
[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.

To build ripgrep:
Expand Down

0 comments on commit 8905d54

Please sign in to comment.