CI: Update minimum supported Rust version to 1.34

To be in sync with gstreamer-rs.
This commit is contained in:
Sebastian Dröge 2019-06-03 13:04:50 +03:00
parent f867673853
commit a11550a59d

View file

@ -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: