From f193152c85adc89a41c1facec796264ff083ddc7 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 14 Dec 2018 17:35:18 +0100 Subject: [PATCH] Looks like it needs 1.30? --- .travis.yml | 2 +- docs/content/documentation/getting-started/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4d66073..7541658a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: # The earliest stable Rust version that works - env: TARGET=x86_64-unknown-linux-gnu - rust: 1.29.0 + rust: 1.30.0 before_install: set -e diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 8d1c9ab4..9b37b43a 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -15,7 +15,7 @@ $ yaourt -S zola-bin ``` ## 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.30) 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`