@@ -3214,6 +3214,7 @@ dependencies = [ | |||||
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"errors 0.1.0", | "errors 0.1.0", | ||||
"front_matter 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)", | "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)", | "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)", | "open 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
@@ -19,9 +19,9 @@ stages: | |||||
linux-stable: | linux-stable: | ||||
imageName: 'ubuntu-16.04' | imageName: 'ubuntu-16.04' | ||||
rustup_toolchain: stable | rustup_toolchain: stable | ||||
linux-1.34: | |||||
linux-1.35: | |||||
imageName: 'ubuntu-16.04' | imageName: 'ubuntu-16.04' | ||||
rustup_toolchain: 1.34.0 | |||||
rustup_toolchain: 1.35.0 | |||||
pool: | pool: | ||||
vmImage: $(imageName) | vmImage: $(imageName) | ||||
steps: | steps: | ||||
@@ -1,5 +1,5 @@ | |||||
name: zola | name: zola | ||||
version: 0.8.0 | |||||
version: 0.9.0 | |||||
summary: A fast static site generator in a single binary with everything built-in. | summary: A fast static site generator in a single binary with everything built-in. | ||||
description: | | description: | | ||||
A fast static site generator in a single binary with everything built-in. | A fast static site generator in a single binary with everything built-in. | ||||
@@ -21,7 +21,7 @@ parts: | |||||
zola: | zola: | ||||
source-type: git | source-type: git | ||||
source: https://github.com/getzola/zola.git | source: https://github.com/getzola/zola.git | ||||
source-tag: v0.8.0 | |||||
source-tag: v0.9.0 | |||||
plugin: rust | plugin: rust | ||||
rust-channel: stable | rust-channel: stable | ||||
build-packages: | build-packages: | ||||