Skip to content

Commit

Permalink
MSRV 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shella committed Nov 21, 2023
1 parent c39a302 commit 2d12a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.65.0 # MSRV
toolchain: 1.70.0 # MSRV
deps: sudo apt-get install libpcsclite-dev
- platform: windows-latest
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
deps: true
- platform: macos-latest
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
deps: true
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 2d12a2f

Please sign in to comment.