From d8693ef1f8b4f50299ca6f789cadd0a7e0e57021 Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Tue, 11 Dec 2018 10:58:53 -0800 Subject: [PATCH] Mark required Rust version as 1.29 690b3f9 updated the required version in Cargo.lock and in the CI config files, but not in the installation instructions. --- docs/content/documentation/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 505744ed..f4e55b1a 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -47,7 +47,7 @@ $ choco install zola ``` ## From source -To build it from source, you will need to have Git, [Rust (at least 1.28) and Cargo](https://www.rust-lang.org/) +To build it from source, you will need to have Git, [Rust (at least 1.29) and Cargo](https://www.rust-lang.org/) installed. You will also need additional dependencies to compile [libsass](https://github.com/sass/libsass): - OSX, Linux and other Unix: `make` (`gmake` on BSDs), `g++`, `libssl-dev`