1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

doc: update rust-version in Cargo.toml

The MSRV got bumped a little bit ago, so this is just catchup.

Closes #2539
This commit is contained in:
Jonathan Schwender 2023-06-19 11:17:04 +02:00 committed by Andrew Gallant
parent f4d07b9cbd
commit 16f783832e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ exclude = ["HomebrewFormula"]
build = "build.rs"
autotests = false
edition = "2018"
rust-version = "1.65"
rust-version = "1.70"
[[bin]]
bench = false

View File

@ -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: