Skip to content

Commit db183f7

Browse files
committed
ci: re-enable minimal versions checks
1 parent 4db4c09 commit db183f7

File tree

16 files changed

+1
-20
lines changed

16 files changed

+1
-20
lines changed

.github/workflows/cmpv2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std
4848

4949
minimal-versions:
50-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5150
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5251
with:
5352
working-directory: ${{ github.workflow }}

.github/workflows/cms.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std,builder
4848

4949
minimal-versions:
50-
# Temporarily disabled until pkcs8 0.8.0-pre gets published
51-
# see #1196
52-
if: false
5350
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5451
with:
5552
working-directory: ${{ github.workflow }}

.github/workflows/crmf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std
4848

4949
minimal-versions:
50-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5150
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5251
with:
5352
working-directory: ${{ github.workflow }}

.github/workflows/der.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,std
4646

4747
minimal-versions:
48-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4948
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5049
with:
5150
working-directory: ${{ github.workflow }}

.github/workflows/gss-api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features default,std
4848

4949
minimal-versions:
50-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5150
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5251
with:
5352
working-directory: ${{ github.workflow }}

.github/workflows/pkcs1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std
4848

4949
minimal-versions:
50-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5150
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5251
with:
5352
working-directory: ${{ github.workflow }}

.github/workflows/pkcs12.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset
4949

5050
minimal-versions:
51-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5251
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5352
with:
5453
working-directory: ${{ github.workflow }}

.github/workflows/pkcs5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features getrandom,std
4747

4848
minimal-versions:
49-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5049
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5150
with:
5251
working-directory: ${{ github.workflow }}

.github/workflows/pkcs8.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features getrandom,std,rand
4949

5050
minimal-versions:
51-
# Temporarily disabled until pkcs8 0.8.0-pre gets published
52-
# see #1196
53-
if: false
5451
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5552
with:
5653
working-directory: ${{ github.workflow }}

.github/workflows/sec1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std
4848

4949
minimal-versions:
50-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
5150
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5251
with:
5352
working-directory: ${{ github.workflow }}

0 commit comments

Comments
 (0)