Bump p256 to v0.5; p384 to v0.4; MSRV 1.44+

This commit is contained in:
Tony Arcieri
2020-10-17 13:32:05 -07:00
parent 08220032db
commit cbe60413cb
6 changed files with 80 additions and 19 deletions
+3 -3
View File
@@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.41.0
- 1.44.0 # MSRV
- stable
runs-on: ubuntu-latest
steps:
@@ -75,7 +75,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.41.0
- 1.44.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
@@ -136,7 +136,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.44.0 # MSRV
override: true
- name: Install libpcsclite-dev