Bump MSRV to 1.81 (#582)

This is required due to the `hybrid-array` crate, which has become a
transitive dependency of the majority of our dependencies and will be
required in the very near future.
This commit is contained in:
Jack Grigg
2024-11-26 07:58:24 +13:00
committed by GitHub
parent 0a90dc3ca8
commit 32cd92af50
13 changed files with 50 additions and 64 deletions
+4 -4
View File
@@ -36,13 +36,13 @@ jobs:
toolchain: stable
deps: true
- platform: ubuntu-latest
toolchain: 1.74.0 # MSRV
toolchain: 1.81.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.74.0 # MSRV
toolchain: 1.81.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.74.0 # MSRV
toolchain: 1.81.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps:
@@ -82,7 +82,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0 # MSRV
toolchain: 1.81.0 # MSRV
components: clippy
override: true
- run: sudo apt-get install libpcsclite-dev