mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-24 17:12:16 +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"
|
build = "build.rs"
|
||||||
autotests = false
|
autotests = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.65"
|
rust-version = "1.70"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -360,7 +360,7 @@ $ cargo install ripgrep
|
|||||||
|
|
||||||
ripgrep is written in Rust, so you'll need to grab a
|
ripgrep is written in Rust, so you'll need to grab a
|
||||||
[Rust installation](https://www.rust-lang.org/) in order to compile it.
|
[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.
|
the latest stable release of the Rust compiler.
|
||||||
|
|
||||||
To build ripgrep:
|
To build ripgrep:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user