From 90bd7207ec7edef509bee8ab37723ad8c6c5a6fb Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Fri, 18 May 2018 09:04:41 +0200 Subject: [PATCH] Add minimum required Rust version to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b79a4e..a945f7f2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ There are multiple ways to install mdBook. 2. **From Crates.io** - This requires [Rust] and Cargo to be installed. Once you have installed + This requires at least [Rust] 1.20 and Cargo to be installed. Once you have installed Rust, type the following in the terminal: ```