mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
Require Rust 1.40 for the CI
At least one dependency of one plugin uses 1.40 features now.
This commit is contained in:
parent
49f73fbf61
commit
d58cdc41b7
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue