From e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 12 Aug 2022 09:37:09 -0700 Subject: define and bump MSRV to 1.49 --- .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 47e9834..3cf3e11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: rust-latest: stage: test - image: rust:1.48-buster + image: rust:1.49-buster before_script: - apt update -qy - apt install -y libsodium-dev -- cgit v1.2.3