From 8825a27c3e13f8b8b789b993d92fb13c6a20cbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 9 Sep 2020 09:55:10 +0300 Subject: [PATCH] ci: Update minimum supported version to 1.41 --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fc2a6035..381dc4fae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: