File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
include :
54
54
- build : pinned
55
55
os : ubuntu-latest
56
- rust : 1.74 .0
56
+ rust : 1.88 .0
57
57
- build : stable
58
58
os : ubuntu-latest
59
59
rust : stable
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ exclude = [
24
24
build = " build.rs"
25
25
autotests = false
26
26
edition = " 2021"
27
- rust-version = " 1.72 "
27
+ rust-version = " 1.88 "
28
28
29
29
[[bin ]]
30
30
bench = false
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ $ sudo xbps-install -Syv ripgrep
412
412
413
413
If you're a ** Rust programmer** , ripgrep can be installed with ` cargo ` .
414
414
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** ,
416
416
although ripgrep may work with older versions.
417
417
* Note that the binary may be bigger than expected because it contains debug
418
418
symbols. This is intentional. To remove debug symbols and therefore reduce
@@ -435,7 +435,7 @@ $ cargo binstall ripgrep
435
435
436
436
ripgrep is written in Rust, so you'll need to grab a
437
437
[ 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
439
439
the latest stable release of the Rust compiler.
440
440
441
441
To build ripgrep:
You can’t perform that action at this time.
0 commit comments