From 5df6e034c43f0e389d33662b6e099ac7b7bd8eb9 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 9 May 2021 23:03:19 +0200 Subject: [PATCH] Update MSRV --- azure-pipelines.yml | 2 +- docs/content/documentation/getting-started/installation.md | 2 +- snapcraft.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e14da3c..fdcbefcd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: rustup_toolchain: stable linux-pinned: imageName: 'ubuntu-20.04' - rustup_toolchain: 1.46.0 + rustup_toolchain: 1.49.0 pool: vmImage: $(imageName) steps: diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index a0f48495..509813a1 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -77,7 +77,7 @@ $ choco install zola Zola does not work in PowerShell ISE. ## From source -To build Zola from source, you will need to have Git, [Rust (at least 1.46) and Cargo](https://www.rust-lang.org/) +To build Zola from source, you will need to have Git, [Rust (at least 1.49) and Cargo](https://www.rust-lang.org/) installed. You will also need to meet additional dependencies to compile [libsass](https://github.com/sass/libsass): - OSX, Linux and other Unix-like operating systems: `make` (`gmake` on BSDs), `g++`, `libssl-dev` diff --git a/snapcraft.yaml b/snapcraft.yaml index 64adfd67..64c5b6e4 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: zola -version: 0.13.0 +version: 0.14.0 summary: A fast static site generator in a single binary with everything built-in. description: | A fast static site generator in a single binary with everything built-in. @@ -21,7 +21,7 @@ parts: zola: source-type: git source: https://github.com/getzola/zola.git - source-tag: v0.13.0 + source-tag: v0.14.0 plugin: rust rust-channel: stable build-packages: