Browse Source

Pest now requires 1.31

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
288917b42d
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      appveyor.yml
  3. +1
    -1
      docs/content/documentation/getting-started/installation.md

+ 1
- 1
.travis.yml View File

@@ -16,7 +16,7 @@ matrix:

# The earliest stable Rust version that works
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.30.0
rust: 1.31.0


before_install: set -e


+ 1
- 1
appveyor.yml View File

@@ -10,7 +10,7 @@ environment:

matrix:
- target: x86_64-pc-windows-msvc
RUST_VERSION: 1.29.0
RUST_VERSION: 1.31.0
- target: x86_64-pc-windows-msvc
RUST_VERSION: stable



+ 1
- 1
docs/content/documentation/getting-started/installation.md View File

@@ -45,7 +45,7 @@ $ choco install zola
```

## From source
To build it from source, you will need to have Git, [Rust (at least 1.30) and Cargo](https://www.rust-lang.org/)
To build it from source, you will need to have Git, [Rust (at least 1.31) 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`


Loading…
Cancel
Save