From 9a25a25ffaee76dc937917f22144d26694018167 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:12:20 -0400 Subject: [PATCH] Update CI to use Rust 1.74, the new MSRV. (#69) --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index c7c2f3c..fbbc500 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - toolchain: ['1.73', 'stable', 'beta', 'nightly'] + toolchain: ['1.74', 'stable', 'beta', 'nightly'] runs-on: ${{ matrix.os }} steps: - name: Checkout the test repository and test with patch change and patch version bump