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: