Skip to content

Commit

Permalink
rustcrypto upcoming breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed May 13, 2024
1 parent 0a90dc3 commit 7068417
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 112 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
toolchain: stable
deps: true
- platform: ubuntu-latest
toolchain: 1.74.0 # MSRV
toolchain: 1.75.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.74.0 # MSRV
toolchain: 1.75.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.74.0 # MSRV
toolchain: 1.75.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0 # MSRV
toolchain: 1.75.0 # MSRV
components: clippy
override: true
- run: sudo apt-get install libpcsclite-dev
Expand Down
Loading

0 comments on commit 7068417

Please sign in to comment.