diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 00:11:49 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 00:11:49 -0800 |
commit | 9979d34df0cdef3be2fb40b6da4c4eaddeb5ba79 (patch) | |
tree | a7737415be3ea81411861dcd18a9f51cb145fe60 | |
parent | ba7d6a842cb4d61357b588fb2d3ec552c654ae64 (diff) | |
download | fatcat-9979d34df0cdef3be2fb40b6da4c4eaddeb5ba79.tar.gz fatcat-9979d34df0cdef3be2fb40b6da4c4eaddeb5ba79.zip |
bump gitlab CI rust version to 1.31 (rust 2018)
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |