1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-10 05:59:25 +02:00

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.
This commit is contained in:
Andrew Gallant
2025-07-26 10:27:30 -04:00
parent 3b7fd442a6
commit 119a58a400
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ exclude = [
build = "build.rs"
autotests = false
edition = "2021"
rust-version = "1.72"
rust-version = "1.88"
[[bin]]
bench = false