From a6a24bafb383a149ff22504be640569563e63b41 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 9 Jan 2017 20:02:29 -0500 Subject: [PATCH] fix minimum Rust version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f57b0d7..508006f 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