summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gilman <davidgilman1@gmail.com>2024-01-06 10:22:26 -0500
committerGitHub <noreply@github.com>2024-01-06 10:22:26 -0500
commit23af5fb043f8e625294e210446090f17dbd7e3bf (patch)
tree8c7619760704d624c439b2dd97c9b313655c30ac
parent5dec4b8e3755bcc0be27fb43bd20880d6da1c42b (diff)
doc: update MSRV in README
PR #2673
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94a6543d..0821fab5 100644
--- a/README.md
+++ b/README.md
@@ -396,7 +396,7 @@ $ sudo xbps-install -Syv ripgrep
If you're a **Rust programmer**, ripgrep can be installed with `cargo`.
-* Note that the minimum supported version of Rust for ripgrep is **1.70.0**,
+* Note that the minimum supported version of Rust for ripgrep is **1.72.0**,
although ripgrep may work with older versions.
* Note that the binary may be bigger than expected because it contains debug
symbols. This is intentional. To remove debug symbols and therefore reduce
@@ -419,7 +419,7 @@ $ cargo binstall 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.70.0 (stable) or newer. In general, ripgrep tracks
+ripgrep compiles with Rust 1.72.0 (stable) or newer. In general, ripgrep tracks
the latest stable release of the Rust compiler.
To build ripgrep: