summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-03-11 16:39:48 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-03-11 16:39:48 +0000
commit8c36704c5d1f915c9209f88f8dc9f2b7d33db8c7 (patch)
tree45fd830371d4c08b63821d9f6ca7139633033956 /.gitlab-ci.yml
parent544968e1321755390636c9bf9ec5d985e86905fc (diff)
downloadsubplot-8c36704c5d1f915c9209f88f8dc9f2b7d33db8c7.tar.gz
(ci): Update MSRV to 1.63 because that's what we want
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 de9baa2..303f043 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,5 +15,5 @@ check-msrv:
script:
- sudo apt update
- sudo apt -y build-dep .
- - rustup default 1.60
+ - rustup default 1.63
- ./check -v