summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-11-14 07:56:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2022-11-14 07:56:17 -0500
commit8905d54a9f25f4c1e4e3ca8331f517473e174d87 (patch)
tree174135d91f7053d321af2f5201d18df4c7ed30f6
parent25a4eaf5aef2aa0a06dc53d6eef2dce1e0333ea2 (diff)
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'.
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7f11b13..39a6de43 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
diff --git a/README.md b/README.md
index 018e28e4..dbd97341 100644
--- a/README.md
+++ b/README.md
@@ -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: