bump dependencies to latest rc, bump MSRV to 1.85 (#612)

This commit is contained in:
Arthur Gautier
2025-07-21 14:49:31 -07:00
committed by GitHub
parent 0d8096f50d
commit f0dbf9425c
12 changed files with 284 additions and 269 deletions
+4 -4
View File
@@ -36,13 +36,13 @@ jobs:
toolchain: stable
deps: true
- platform: ubuntu-latest
toolchain: 1.81.0 # MSRV
toolchain: 1.85.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.81.0 # MSRV
toolchain: 1.85.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.81.0 # MSRV
toolchain: 1.85.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps:
@@ -82,7 +82,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.81.0 # MSRV
toolchain: 1.85.0 # MSRV
components: clippy
override: true
- run: sudo apt-get install libpcsclite-dev