Add minimal-versions from RustCrypto/actions (#11)

This commit is contained in:
Alexander Wagner 2022-02-21 16:57:26 +01:00 committed by GitHub
parent b7031fba6a
commit f9988e9e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,11 @@ jobs:
override: true
- run: cargo build --no-default-features --target ${{ matrix.target }}
minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
test:
needs: set-msrv
runs-on: ubuntu-latest