summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-09 20:02:29 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-09 20:02:29 -0500
commita6a24bafb383a149ff22504be640569563e63b41 (patch)
tree4cc79f91b4f3c40144d8dcc507499ce904b5edd2 /README.md
parentdb27a338271b5756c821c12371086d10e95ae35b (diff)
fix minimum Rust version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f57b0d7d..508006f0 100644
--- a/README.md
+++ b/README.md
@@ -339,7 +339,7 @@ For **fish**, move `rg.fish` to `$HOME/.config/fish/completions`.
`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.9 (stable) or newer. Building is easy:
+`ripgrep` compiles with Rust 1.12 (stable) or newer. Building is easy:
```
$ git clone https://github.com/BurntSushi/ripgrep