diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7f11b13..39a6de43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: include: - build: pinned os: ubuntu-22.04 - rust: 1.52.1 + rust: 1.65.0 - build: stable os: ubuntu-22.04 rust: stable diff --git a/README.md b/README.md index 018e28e4..dbd97341 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,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.34.0 (stable) or newer. In general, ripgrep tracks +ripgrep compiles with Rust 1.65.0 (stable) or newer. In general, ripgrep tracks the latest stable release of the Rust compiler. To build ripgrep: