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.
This commit is contained in:
Bob "Wombat" Hogg 2018-12-11 10:58:53 -08:00 committed by GitHub
parent 9a4f459121
commit d8693ef1f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`