Skip to content

Commit b9a5cb3

Browse files
committed
Min version is now 1.35 it seems
1 parent 17de9b6 commit b9a5cb3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ stages:
1919
linux-stable:
2020
imageName: 'ubuntu-16.04'
2121
rustup_toolchain: stable
22-
linux-1.34:
22+
linux-1.35:
2323
imageName: 'ubuntu-16.04'
24-
rustup_toolchain: 1.34.0
24+
rustup_toolchain: 1.35.0
2525
pool:
2626
vmImage: $(imageName)
2727
steps:

snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: zola
2-
version: 0.8.0
2+
version: 0.9.0
33
summary: A fast static site generator in a single binary with everything built-in.
44
description: |
55
A fast static site generator in a single binary with everything built-in.
@@ -21,7 +21,7 @@ parts:
2121
zola:
2222
source-type: git
2323
source: https://github.com/getzola/zola.git
24-
source-tag: v0.8.0
24+
source-tag: v0.9.0
2525
plugin: rust
2626
rust-channel: stable
2727
build-packages:

0 commit comments

Comments
 (0)