mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-29 15:01:07 +00:00
CI: Update minimum supported Rust version to 1.34
To be in sync with gstreamer-rs.
This commit is contained in:
parent
f867673853
commit
a11550a59d
1 changed files with 3 additions and 3 deletions
|
@ -57,10 +57,10 @@ stages:
|
||||||
- cargo test --all-features --all --color=always
|
- cargo test --all-features --all --color=always
|
||||||
- cargo build --all-features --examples --all --color=always
|
- cargo build --all-features --examples --all --color=always
|
||||||
|
|
||||||
test 1.32:
|
test 1.34:
|
||||||
# 1.32 img
|
# 1.34 img
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust:1.32-slim"
|
image: "rust:1.34-slim"
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
|
|
||||||
test stable:
|
test stable:
|
||||||
|
|
Loading…
Reference in a new issue