From 3ea9a435e24a35b69386edbb19b986d2a97c6300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 Jul 2019 11:21:53 +0300 Subject: [PATCH] Update minimum supported Rust version to 1.36 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e95ee8e8b..42933280a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,10 +54,10 @@ stages: G_DEBUG=fatal_warnings cargo test --color=always --all --all-features fi -test 1.34: - # 1.34 img +test 1.36: + # 1.36 img # https://hub.docker.com/_/rust/ - image: "rust:1.34-slim" + image: "rust:1.36-slim" extends: '.cargo test' test stable: