mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
Update minimum supported Rust version to 1.36
This commit is contained in:
parent
8b4f0f91a9
commit
70385a4833
1 changed files with 3 additions and 3 deletions
|
@ -54,10 +54,10 @@ stages:
|
|||
- cargo build --color=always --all --examples --all-features
|
||||
- G_DEBUG=fatal_warnings cargo test --color=always --all --examples --all-features
|
||||
|
||||
test 1.34:
|
||||
# 1.34 img
|
||||
test 1.36:
|
||||
# 1.36 img
|
||||
# https://hub.docker.com/_/rust/
|
||||
image: "rust:1.34-slim"
|
||||
image: "rust:1.36-slim"
|
||||
extends: '.cargo test'
|
||||
|
||||
test stable:
|
||||
|
|
Loading…
Reference in a new issue