CI: Switch to Rust 1.28

This commit is contained in:
Danilo Bargen 2018-09-18 21:03:39 +02:00
commit 30847c97eb

View file

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: rust:1.19
- image: rust:1.28
steps:
- checkout
# Load cargo target from cache if possible.