From 050645d2144cd1e25b6fb63ea7c6e2649fe13129 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:04:58 -0400 Subject: [PATCH] Minimum supported Rust is 1.67. (#51) --- .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 df08d2e..6e50cbf 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.66', '1.67', 'stable', 'beta', 'nightly'] + toolchain: ['1.67', 'stable', 'beta', 'nightly'] runs-on: ${{ matrix.os }} steps: - name: Checkout the test repository and test with patch change and patch version bump