Min version is now 1.35 it seems
This commit is contained in:
parent
17de9b6a36
commit
b9a5cb3d14
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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…
Reference in a new issue