From 92faaeacdb46f64052c802e5cb0cd7559df1334d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 12 Apr 2020 19:22:09 +0300 Subject: [PATCH] Update minimum supported Rust version to 1.40 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74030419e..d73494aaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,10 +76,10 @@ stages: cargo build --color=always --manifest-path tutorials/Cargo.toml --bins --examples --all-features fi -test 1.39: - # 1.39 img +test 1.40: + # 1.40 img # https://hub.docker.com/_/rust/ - image: "rust:1.39-slim-buster" + image: "rust:1.40-slim-buster" extends: '.cargo test' test stable: