1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-14 16:46:07 +02:00

Update CI to use Rustc 1.20.0

This commit is contained in:
Elisabeth Henry 2017-10-08 21:52:54 +02:00
parent 103636ba52
commit 78acb07b6c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ sudo: false
language: rust
# NOTE This configuration has only be tested on the stable channel
rust: stable
rust: 1.20.0
os:
- linux

View File

@ -4,7 +4,7 @@ environment:
# TODO change the project name
PROJECT_NAME: crowbook
# TODO you may want to change which stable Rust version is used
RUST_VERSION: 1.17.0
RUST_VERSION: 1.20.0
# TODO feel free to delete targets you are not interested in
matrix:
- TARGET: i686-pc-windows-gnu