From 83bcbe7d844cb9d29569ac37a7ac6037f2a06e1a Mon Sep 17 00:00:00 2001 From: Vincent de Phily Date: Mon, 16 Dec 2024 12:48:41 +0000 Subject: [PATCH] qa: update msrv in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 786394c..fcc2f7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - toolchain: [1.71.0, stable] + toolchain: [1.74.1, stable] include: - timezone: UTC - timezone: Europe/Dublin