From 9979d34df0cdef3be2fb40b6da4c4eaddeb5ba79 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 9 Jan 2019 00:11:49 -0800 Subject: bump gitlab CI rust version to 1.31 (rust 2018) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffd2947f..12e63255 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ unified_test: - image: "rust:1.30-stretch" + image: "rust:1.31-stretch" variables: LC_ALL: "C.UTF-8" LANG: "C.UTF-8" -- cgit v1.2.3