mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
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:
parent
fb741f26f3
commit
5b0d79bc73
1 changed files with 3 additions and 3 deletions
|
@ -49,10 +49,10 @@ stages:
|
||||||
- cargo build --all --color=always
|
- cargo build --all --color=always
|
||||||
- cargo test --all --color=always
|
- cargo test --all --color=always
|
||||||
|
|
||||||
test 1.28:
|
.test 1.31:
|
||||||
# 1.28 img
|
# 1.31 img
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust:1.28-slim"
|
image: "rust:1.31-slim"
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
|
|
||||||
test stable:
|
test stable:
|
||||||
|
|
Loading…
Reference in a new issue