summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-08-12 10:21:21 -0700
committerBryan Newbold <bnewbold@archive.org>2022-08-12 10:21:21 -0700
commit19ad74a98458360473dbf0ff474368e1c1c45156 (patch)
treee9b73041f60683b6ded3245433cc0bedd8282e78 /.gitlab-ci.yml
parent5fd45bcfe02ee7b20fad93591850c38bb5146862 (diff)
downloadfatcat-cli-19ad74a98458360473dbf0ff474368e1c1c45156.tar.gz
fatcat-cli-19ad74a98458360473dbf0ff474368e1c1c45156.zip
try MSRV of 1.59
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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