MSRV 1.74 (#565)

This commit is contained in:
Shella Stephens
2024-04-04 11:50:25 -06:00
committed by GitHub
parent b07612eb4e
commit 2db3ea55c4
+3 -3
View File
@@ -36,13 +36,13 @@ jobs:
toolchain: stable
deps: true
- platform: ubuntu-latest
toolchain: 1.70.0 # MSRV
toolchain: 1.74.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.70.0 # MSRV
toolchain: 1.74.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.70.0 # MSRV
toolchain: 1.74.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps: