From 65daaad826b00925dd411d529c2402851b353a06 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2022 09:18:00 +0300 Subject: chore: bump Rust version in .gitlab-ci.yml to 1.60 Sponsored-by: author --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b826dc..de9baa2 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.56 + - rustup default 1.60 - ./check -v -- cgit v1.2.1