Browse Source

Min version is now 1.35 it seems

index-subcmd
Vincent Prouillet 4 years ago
parent
commit
b9a5cb3d14
3 changed files with 5 additions and 4 deletions
  1. +1
    -0
      Cargo.lock
  2. +2
    -2
      azure-pipelines.yml
  3. +2
    -2
      snapcraft.yaml

+ 1
- 0
Cargo.lock View File

@@ -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)",


+ 2
- 2
azure-pipelines.yml View File

@@ -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:


+ 2
- 2
snapcraft.yaml View File

@@ -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:


Loading…
Cancel
Save