forked from mirrors/gstreamer-rs
ci: bump minimum Rust version to 1.34
Needed for TryFrom.
This commit is contained in:
parent
e5d0afee02
commit
e9fbbc2b40
1 changed files with 3 additions and 3 deletions
|
@ -54,10 +54,10 @@ stages:
|
||||||
G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
|
G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test 1.31:
|
test 1.34:
|
||||||
# 1.31 img
|
# 1.34 img
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust:1.31-slim"
|
image: "rust:1.34-slim"
|
||||||
extends: '.cargo test'
|
extends: '.cargo test'
|
||||||
|
|
||||||
test stable:
|
test stable:
|
||||||
|
|
Loading…
Reference in a new issue