Minimum Rust known to avoid all rustdoc JSON bugs is 1.73 (#60)

This commit is contained in:
Predrag Gruevski 2023-11-09 18:57:34 -05:00 committed by GitHub
parent e275dda72e
commit b3bcbfd5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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