From b1d1cd2366ba8d3e40a312ba79ff7078a97165f5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 14 Jan 2017 08:51:30 -0500 Subject: [PATCH] note minimum Rust version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 508006f..32a5ef7 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,8 @@ $ nix-env --install ripgrep $ # (Or using the attribute name, which is also `ripgrep`.) ``` -If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`: +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. ``` $ cargo install ripgrep