diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-08-12 09:37:09 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-08-12 09:37:23 -0700 |
commit | e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf (patch) | |
tree | baba6f0276cf0d8949b928cdbdc856a08de44bc8 /.gitlab-ci.yml | |
parent | 70d9095bd1aa6cd63037993e770b17697b65cc1a (diff) | |
download | fatcat-cli-e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf.tar.gz fatcat-cli-e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf.zip |
define and bump MSRV to 1.49
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |