Skip to content

Commit b74e228

Browse files
authored
ci: re-enable minimal-versions jobs (#537)
1 parent a37f6ee commit b74e228

23 files changed

+8
-33
lines changed

.github/workflows/aes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
cargo build --target ${{ matrix.target }} --features hazmat
6666
6767
minimal-versions:
68-
if: false # TODO: temp disabled due to unpublished prerelease dependencies
6968
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
7069
with:
7170
working-directory: ${{ github.workflow }}

.github/workflows/aria.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/belt-block.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/blowfish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/camellia.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/cast5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/cast6.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/des.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/gift.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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/idea.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- run: cargo build --no-default-features --release --target ${{ matrix.target }}
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 }}

0 commit comments

Comments
 (0)