Update minimum supported Rust version to 1.36

This commit is contained in:
Sebastian Dröge 2019-07-10 11:21:53 +03:00
parent bde6a04780
commit 3ea9a435e2

View file

@ -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.34: test 1.36:
# 1.34 img # 1.36 img
# https://hub.docker.com/_/rust/ # https://hub.docker.com/_/rust/
image: "rust:1.34-slim" image: "rust:1.36-slim"
extends: '.cargo test' extends: '.cargo test'
test stable: test stable: