Skip to content

Commit 119a58a

Browse files
committed
msrv: bump to Rust 1.88
This is to prep for the next release. I don't know if the requirement will actually be for Rust 1.88, but it is intended to support the latest version of stable Rust.
1 parent 3b7fd44 commit 119a58a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
include:
5454
- build: pinned
5555
os: ubuntu-latest
56-
rust: 1.74.0
56+
rust: 1.88.0
5757
- build: stable
5858
os: ubuntu-latest
5959
rust: stable

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = [
2424
build = "build.rs"
2525
autotests = false
2626
edition = "2021"
27-
rust-version = "1.72"
27+
rust-version = "1.88"
2828

2929
[[bin]]
3030
bench = false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ $ sudo xbps-install -Syv ripgrep
412412

413413
If you're a **Rust programmer**, ripgrep can be installed with `cargo`.
414414

415-
* Note that the minimum supported version of Rust for ripgrep is **1.72.0**,
415+
* Note that the minimum supported version of Rust for ripgrep is **1.88.0**,
416416
although ripgrep may work with older versions.
417417
* Note that the binary may be bigger than expected because it contains debug
418418
symbols. This is intentional. To remove debug symbols and therefore reduce
@@ -435,7 +435,7 @@ $ cargo binstall ripgrep
435435

436436
ripgrep is written in Rust, so you'll need to grab a
437437
[Rust installation](https://www.rust-lang.org/) in order to compile it.
438-
ripgrep compiles with Rust 1.72.0 (stable) or newer. In general, ripgrep tracks
438+
ripgrep compiles with Rust 1.88.0 (stable) or newer. In general, ripgrep tracks
439439
the latest stable release of the Rust compiler.
440440

441441
To build ripgrep:

0 commit comments

Comments
 (0)