mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +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 build --all-features --examples --all --color=always
|
||||
|
||||
test 1.32:
|
||||
# 1.32 img
|
||||
test 1.34:
|
||||
# 1.34 img
|
||||
# https://hub.docker.com/_/rust/
|
||||
image: "rust:1.32-slim"
|
||||
image: "rust:1.34-slim"
|
||||
<<: *cargo_test
|
||||
|
||||
test stable:
|
||||
|
|
Loading…
Reference in a new issue