Skip to content

Commit

Permalink
Minimum Rust known to avoid all rustdoc JSON bugs is 1.73 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Nov 9, 2023
1 parent e275dda commit b3bcbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3bcbfd

Please sign in to comment.