Skip to content

Commit b113a79

Browse files
committed
ci: re-enable minimal versions checks
1 parent 4c9719c commit b113a79

File tree

7 files changed

+1
-10
lines changed

7 files changed

+1
-10
lines changed

.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/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/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 }}

.github/workflows/serdect.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ jobs:
4444
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset
4545

4646
minimal-versions:
47-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
4847
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4948
with:
50-
nightly: nightly-2023-10-01
49+
nightly: nightly-2025-02-20
5150
working-directory: ${{ github.workflow }}
5251

5352
test:

.github/workflows/spki.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747

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)