Browse Source

Looks like it now requires 1.36

index-subcmd
Vincent Prouillet 4 years ago
parent
commit
6856b11d6d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      azure-pipelines.yml
  2. +1
    -1
      docs/content/documentation/getting-started/installation.md

+ 1
- 1
azure-pipelines.yml View File

@@ -21,7 +21,7 @@ stages:
rustup_toolchain: stable
linux-1.35:
imageName: 'ubuntu-16.04'
rustup_toolchain: 1.35.0
rustup_toolchain: 1.36.0
pool:
vmImage: $(imageName)
steps:


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

@@ -63,7 +63,7 @@ $ choco install zola
Zola does not work in PowerShell ISE.

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