This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bump minor version to 1.28
index-subcmd
Vincent Prouillet
6 years ago
parent
6843ec5c9c
commit
72c587cdcb
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+1
-1
appveyor.yml
+ 1
- 1
.travis.yml
View File
@@ -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.2
7
.0
rust: 1.2
8
.0
before_install: set -e
before_install: set -e
+ 1
- 1
appveyor.yml
View File
@@ -10,7 +10,7 @@ environment:
matrix:
matrix:
- target: x86_64-pc-windows-msvc
- target: x86_64-pc-windows-msvc
RUST_VERSION: 1.2
7
.0
RUST_VERSION: 1.2
8
.0
- target: x86_64-pc-windows-msvc
- target: x86_64-pc-windows-msvc
RUST_VERSION: stable
RUST_VERSION: stable
Write
Preview
Loading…
Cancel
Save