From 19ad74a98458360473dbf0ff474368e1c1c45156 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 12 Aug 2022 10:21:21 -0700 Subject: try MSRV of 1.59 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cf3e11..51abff8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: rust-latest: stage: test - image: rust:1.49-buster + image: rust:1.59-buster before_script: - apt update -qy - apt install -y libsodium-dev -- cgit v1.2.3