Switch to Rust 1.31 as minimum supported version

Too many dependencies switched and we can't really keep everything at an
older version.

Commented out for now until stable becomes 1.32.
This commit is contained in:
Sebastian Dröge 2018-12-19 13:21:30 +02:00
parent fb741f26f3
commit 5b0d79bc73

View file

@ -49,10 +49,10 @@ stages:
- cargo build --all --color=always
- cargo test --all --color=always
test 1.28:
# 1.28 img
.test 1.31:
# 1.31 img
# https://hub.docker.com/_/rust/
image: "rust:1.28-slim"
image: "rust:1.31-slim"
<<: *cargo_test
test stable: