From e9fbbc2b4066a67a40b70eb141fc67c6c9e48bac Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Sat, 1 Jun 2019 11:56:42 +0530 Subject: [PATCH] ci: bump minimum Rust version to 1.34 Needed for TryFrom. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3232091dc..1412f1c70 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.31: - # 1.31 img +test 1.34: + # 1.34 img # https://hub.docker.com/_/rust/ - image: "rust:1.31-slim" + image: "rust:1.34-slim" extends: '.cargo test' test stable: