aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-04-05 12:16:46 -0700
committerDaniel Mueller <deso@posteo.net>2020-04-05 12:16:46 -0700
commit95358de8ec4e2c9fb7254d65fb9147fb118e2f78 (patch)
treee413d5b4cbdd4b9bb2194f1665cdbaf887dcae7b /ci
parentcac16996ffc4ef15e3eaf2943a7ac42c921f55ac (diff)
downloadnitrocli-95358de8ec4e2c9fb7254d65fb9147fb118e2f78.tar.gz
nitrocli-95358de8ec4e2c9fb7254d65fb9147fb118e2f78.tar.bz2
Update minimum required Rust version to 1.40.0
This change updates the minimum required version of Rust to 1.40.0. Among other changes, this version stabilized std::mem::take, which is something we will use with subsequent changes.
Diffstat (limited to 'ci')
-rw-r--r--ci/gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/gitlab-ci.yml b/ci/gitlab-ci.yml
index 729944d..55f0ff6 100644
--- a/ci/gitlab-ci.yml
+++ b/ci/gitlab-ci.yml
@@ -4,8 +4,8 @@
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/
# The recipe for this docker image can be found at:
-# https://github.com/rust-lang/docker-rust/blob/29bf41a2cc4fb8d3f588cf51eb6a8ba883808c4b/1.35.0/stretch/Dockerfile
-image: "rust:1.35.0"
+# https://github.com/rust-lang/docker-rust/blob/3898d19194231639f1afc3096bd04702eaf555e7/1.40.0/buster/Dockerfile
+image: "rust:1.40.0"
build-test:cargo:
script: