ci: Update minimum supported version to 1.41

This commit is contained in:
Sebastian Dröge 2020-09-09 09:55:10 +03:00
parent 8bfb5b58fa
commit 8825a27c3e

View file

@ -32,10 +32,10 @@ stages:
variables:
RUST_VERSION: "stable"
.img-1-40:
.img-1-41:
extends: .base
variables:
RUST_VERSION: "1.40.0"
RUST_VERSION: "1.41.0"
.img-nightly:
extends: .base
@ -83,10 +83,10 @@ test stable:
- '.cargo test'
- .img-stable
test 1.40:
test 1.41:
extends:
- '.cargo test'
- .img-1-40
- .img-1-41
test nightly:
extends: