From dede319e417d11448105e93f9a748a113d25de70 Mon Sep 17 00:00:00 2001 From: andylokandy Date: Wed, 14 Aug 2024 20:39:11 +0800 Subject: [PATCH] fix --- .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 de6f95b..5ce8192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: matrix: # Ensure both MSRV and stable work rust-version: - - "1.71.0" + - "1.75.0" - stable steps: - uses: actions/checkout@v4