From 16f783832e3860ffb5f96f03348dc2e31fb0204a Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:17:04 +0200 Subject: [PATCH] doc: update rust-version in Cargo.toml The MSRV got bumped a little bit ago, so this is just catchup. Closes #2539 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47de6848..bd9ee7cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["HomebrewFormula"] build = "build.rs" autotests = false edition = "2018" -rust-version = "1.65" +rust-version = "1.70" [[bin]] bench = false diff --git a/README.md b/README.md index 8b6df885..4dc62885 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,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.65.0 (stable) or newer. In general, ripgrep tracks +ripgrep compiles with Rust 1.70.0 (stable) or newer. In general, ripgrep tracks the latest stable release of the Rust compiler. To build ripgrep: