From b3bcbfd5acbbdcb89f028761d7dac05746c1a813 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:57:34 -0500 Subject: [PATCH] Minimum Rust known to avoid all rustdoc JSON bugs is 1.73 (#60) --- .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 6e50cbf..c7c2f3c 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.67', 'stable', 'beta', 'nightly'] + toolchain: ['1.73', 'stable', 'beta', 'nightly'] runs-on: ${{ matrix.os }} steps: - name: Checkout the test repository and test with patch change and patch version bump