From ab43c0ae50ea56d0458996a013a3de1591da671c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 4 Sep 2024 11:02:33 +0300 Subject: [PATCH] Update MSRV CI to 1.63 too --- .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 7b95b29..404f277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: strategy: matrix: rust: - - 1.61.0 + - 1.63.0 steps: - name: Checkout sources