diff options
author | Daniel Mueller <deso@posteo.net> | 2020-07-10 11:03:47 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-07-10 11:03:47 -0700 |
commit | bc5bf8236022f69838a8dbf37ea264e8a2b09a25 (patch) | |
tree | 15491077b79e303914724a329bbbe2bba04a63f6 /ci/gitlab-ci.yml | |
parent | df34b6565fdcc6cadedac9c42e6091bc3c6798c0 (diff) | |
download | nitrocli-bc5bf8236022f69838a8dbf37ea264e8a2b09a25.tar.gz nitrocli-bc5bf8236022f69838a8dbf37ea264e8a2b09a25.tar.bz2 |
Update minimum required Rust version to 1.42.0
This change updates the minimum required version of Rust to 1.42.0. We
will need this version in order to make use of the most recent version
of nitrokey-test.
Diffstat (limited to 'ci/gitlab-ci.yml')
-rw-r--r-- | ci/gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/gitlab-ci.yml b/ci/gitlab-ci.yml index 55f0ff6..8536472 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/3898d19194231639f1afc3096bd04702eaf555e7/1.40.0/buster/Dockerfile -image: "rust:1.40.0" +# https://github.com/rust-lang/docker-rust/blob/8bab191937fcf23569d3a3c31103c1c6f7f2947e/1.42.0/buster/Dockerfile +image: "rust:1.42.0" build-test:cargo: script: |