mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
Switch to Rust 1.36 as the lower-bound version
Some of the dependencies require it now.
This commit is contained in:
parent
a71cc91001
commit
251548e5e5
1 changed files with 3 additions and 3 deletions
|
@ -54,10 +54,10 @@ stages:
|
||||||
G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
|
G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test 1.34:
|
test 1.36:
|
||||||
# 1.34 img
|
# 1.36 img
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust:1.34-slim"
|
image: "rust:1.36-slim"
|
||||||
extends: '.cargo test'
|
extends: '.cargo test'
|
||||||
|
|
||||||
test stable:
|
test stable:
|
||||||
|
|
Loading…
Reference in a new issue