Skip to content

Commit 8b4fb05

Browse files
committed
ci: re-enable minimal versions checks
1 parent 35e2738 commit 8b4fb05

File tree

15 files changed

+0
-19
lines changed

15 files changed

+0
-19
lines changed

.github/workflows/cmpv2.yml

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

4444
minimal-versions:
45-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4645
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4746
with:
4847
working-directory: ${{ github.workflow }}

.github/workflows/cms.yml

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

4444
minimal-versions:
45-
# Temporarily disabled until pkcs8 0.8.0-pre gets published
46-
# see #1196
47-
if: false
4845
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4946
with:
5047
working-directory: ${{ github.workflow }}

.github/workflows/crmf.yml

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

4444
minimal-versions:
45-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4645
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4746
with:
4847
working-directory: ${{ github.workflow }}

.github/workflows/der.yml

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

4242
minimal-versions:
43-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4443
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4544
with:
4645
working-directory: ${{ github.workflow }}

.github/workflows/gss-api.yml

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

4444
minimal-versions:
45-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4645
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4746
with:
4847
working-directory: ${{ github.workflow }}

.github/workflows/pkcs1.yml

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

4444
minimal-versions:
45-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4645
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4746
with:
4847
working-directory: ${{ github.workflow }}

.github/workflows/pkcs12.yml

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

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

.github/workflows/pkcs5.yml

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

4343
minimal-versions:
44-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4544
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4645
with:
4746
working-directory: ${{ github.workflow }}

.github/workflows/pkcs8.yml

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

4545
minimal-versions:
46-
# Temporarily disabled until pkcs8 0.8.0-pre gets published
47-
# see #1196
48-
if: false
4946
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
5047
with:
5148
working-directory: ${{ github.workflow }}

.github/workflows/sec1.yml

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

4444
minimal-versions:
45-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4645
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4746
with:
4847
working-directory: ${{ github.workflow }}

0 commit comments

Comments
 (0)