diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-03-29 13:52:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-03-29 13:52:39 -0700 |
commit | 6dacd47d10b51dcb5a2ce29bc02ee4e1086b7167 (patch) | |
tree | 9451177964dfdb3a87c8da01dd589c8f342c601f | |
parent | 34ce1d0fac7b4fe51de8d344e63005841f5694f6 (diff) | |
download | fatcat-cli-6dacd47d10b51dcb5a2ce29bc02ee4e1086b7167.tar.gz fatcat-cli-6dacd47d10b51dcb5a2ce29bc02ee4e1086b7167.zip |
CI: lock to a specific old-ish version of Rust (1.48)
-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 f799779..47e9834 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: rust-latest: stage: test - image: rust:1-buster + image: rust:1.48-buster before_script: - apt update -qy - apt install -y libsodium-dev |