Skip to content

Commit

Permalink
Looks like it needs 1.30?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Prouillet committed Dec 14, 2018
1 parent cea6c34 commit f193152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f193152

Please sign in to comment.