Require Rust 1.40 for the CI

At least one dependency of one plugin uses 1.40 features now.
This commit is contained in:
Sebastian Dröge 2020-02-25 10:10:13 +02:00
parent 49f73fbf61
commit d58cdc41b7

View file

@ -68,10 +68,10 @@ include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_t
- cargo build --color=always --all --examples --all-features
- G_DEBUG=fatal_warnings cargo test --color=always --all --examples --all-features
test 1.39:
# 1.39 img
test 1.40:
# 1.40 img
# https://hub.docker.com/_/rust/
image: "rust:1.39-slim-buster"
image: "rust:1.40-slim-buster"
extends: '.cargo test'
test stable: