Update CI to use Rust 1.74, the new MSRV. (#69)

This commit is contained in:
Predrag Gruevski 2024-03-19 13:12:20 -04:00 committed by GitHub
parent 48f4ef7da6
commit 9a25a25ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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