mirror of
https://github.com/getzola/zola
synced 2024-12-14 06:12:27 +00:00
Looks like the min Rust version got bumped
This commit is contained in:
parent
debb1529ce
commit
f5658fc119
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ matrix:
|
||||||
|
|
||||||
# The earliest stable Rust version that works
|
# The earliest stable Rust version that works
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
rust: 1.31.0
|
rust: 1.33.0
|
||||||
|
|
||||||
|
|
||||||
before_install: set -e
|
before_install: set -e
|
||||||
|
|
|
@ -10,7 +10,7 @@ environment:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
RUST_VERSION: 1.31.0
|
RUST_VERSION: 1.33.0
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
RUST_VERSION: stable
|
RUST_VERSION: stable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue