From d58cdc41b7aff17aa4d6a78394378031f0a0dad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 25 Feb 2020 10:10:13 +0200 Subject: [PATCH] Require Rust 1.40 for the CI At least one dependency of one plugin uses 1.40 features now. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 133b9aad..02561aec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: