From 6dacd47d10b51dcb5a2ce29bc02ee4e1086b7167 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 29 Mar 2022 13:52:39 -0700 Subject: CI: lock to a specific old-ish version of Rust (1.48) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3