readme: update minimum version

This commit is contained in:
Andrew Gallant
2017-08-23 23:08:21 -04:00
parent 3d323928a0
commit 30608f2444

View File

@@ -210,7 +210,8 @@ $ # (Or using the attribute name, which is also `ripgrep`.)
```
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`. Note
that this requires you to have **Rust 1.12 or newer** installed.
that the minimum supported version of Rust for ripgrep is **1.17**, although
ripgrep may work with older versions.
```
$ cargo install ripgrep
@@ -354,7 +355,7 @@ For **zsh**, move `complete/_rg` to one of your `$fpath` directories.
`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.12 (stable) or newer. Building is easy:
`ripgrep` compiles with Rust 1.17 (stable) or newer. Building is easy:
```
$ git clone https://github.com/BurntSushi/ripgrep