aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-03-29 13:52:39 -0700
committerBryan Newbold <bnewbold@archive.org>2022-03-29 13:52:39 -0700
commit6dacd47d10b51dcb5a2ce29bc02ee4e1086b7167 (patch)
tree9451177964dfdb3a87c8da01dd589c8f342c601f
parent34ce1d0fac7b4fe51de8d344e63005841f5694f6 (diff)
downloadfatcat-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.yml2
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