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:
parent
f4d07b9cbd
commit
16f783832e
@ -17,7 +17,7 @@ exclude = ["HomebrewFormula"]
|
||||
build = "build.rs"
|
||||
autotests = false
|
||||
edition = "2018"
|
||||
rust-version = "1.65"
|
||||
rust-version = "1.70"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user