We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a55a3 commit 9230994Copy full SHA for 9230994
.github/workflows/hmac.yml
@@ -39,6 +39,7 @@ jobs:
39
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
40
41
minimal-versions:
42
+ if: false # TODO: temp disabled due to unpublished prerelease dependencies
43
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
44
with:
45
working-directory: ${{ github.workflow }}
0 commit comments