From b9a5cb3d14056879ca8388dbe4db623da9d765ae Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 5 Aug 2019 22:43:32 +0200 Subject: [PATCH] Min version is now 1.35 it seems --- Cargo.lock | 1 + azure-pipelines.yml | 4 ++-- snapcraft.yaml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7df9d5c..1b1a53e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3214,6 +3214,7 @@ dependencies = [ "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "errors 0.1.0", "front_matter 0.1.0", + "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "open 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcbe8cb..6109f53 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,9 +19,9 @@ stages: linux-stable: imageName: 'ubuntu-16.04' rustup_toolchain: stable - linux-1.34: + linux-1.35: imageName: 'ubuntu-16.04' - rustup_toolchain: 1.34.0 + rustup_toolchain: 1.35.0 pool: vmImage: $(imageName) steps: diff --git a/snapcraft.yaml b/snapcraft.yaml index c8a8624..f099c8f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: zola -version: 0.8.0 +version: 0.9.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.8.0 + source-tag: v0.9.0 plugin: rust rust-channel: stable build-packages: