forked from mirrors/gstreamer-rs
Update minimum supported Rust version to 1.40
This commit is contained in:
parent
76a0410d41
commit
92faaeacdb
1 changed files with 3 additions and 3 deletions
|
@ -76,10 +76,10 @@ stages:
|
||||||
cargo build --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features
|
cargo build --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test 1.39:
|
test 1.40:
|
||||||
# 1.39 img
|
# 1.40 img
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust:1.39-slim-buster"
|
image: "rust:1.40-slim-buster"
|
||||||
extends: '.cargo test'
|
extends: '.cargo test'
|
||||||
|
|
||||||
test stable:
|
test stable:
|
||||||
|
|
Loading…
Reference in a new issue