From 20caf5d29ace9c7e14b664769f16b4db67ae2b6e Mon Sep 17 00:00:00 2001 From: phiresky Date: Mon, 29 Jul 2019 13:09:34 +0200 Subject: [PATCH] Update README.md need Rust 1.36 due to #25 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e594bee..9be88f3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To get all necessary and optional dependencies: Then get the latest binary from [Releases][latestrelease]. ### Compile from source -rga should compile with stable Rust (v1.35.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS): +rga should compile with stable Rust (v1.36.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS): ``` ~$ apt install build-essential pandoc poppler-utils ffmpeg ripgrep cargo