diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-28 13:50:15 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-28 13:50:15 -0700 |
commit | 74d7650d771937c13ed9e80bbccd19558ecbdd9a (patch) | |
tree | ab2ae31e1312a22cccbe6fa7f77b5281d1aa1299 /.gitlab-ci.yml | |
parent | 06c0f3345ba835f64f803b6b8aa6cf10b63819b6 (diff) | |
download | adenosine-74d7650d771937c13ed9e80bbccd19558ecbdd9a.tar.gz adenosine-74d7650d771937c13ed9e80bbccd19558ecbdd9a.zip |
bump MSRV to 1.61
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 270e87f..c5c0e55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: rust-latest: stage: test - image: rust:1.59-bullseye + image: rust:1.61-bullseye before_script: - apt update -qy # these are for tauri dev |