Skip to content

Commit c7daf85

Browse files
committed
Disable minimal-versions job
1 parent 403e795 commit c7daf85

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/block-buffer.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040
- run: cargo build --target ${{ matrix.target }}
4141

4242
minimal-versions:
43-
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
44-
with:
45-
working-directory: ${{ github.workflow }}
43+
# Temporarily disabled until hybrid-array 0.3.0-pre is published
44+
if: false
45+
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
46+
with:
47+
working-directory: ${{ github.workflow }}
4648

4749
test:
4850
runs-on: ubuntu-latest

.github/workflows/block-padding.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- run: cargo build --target ${{ matrix.target }}
4141

4242
minimal-versions:
43+
# Temporarily disabled until hybrid-array 0.3.0-pre is published
44+
if: false
4345
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4446
with:
4547
working-directory: ${{ github.workflow }}

.github/workflows/dbl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- run: cargo build --target ${{ matrix.target }}
4141

4242
minimal-versions:
43+
# Temporarily disabled until hybrid-array 0.3.0-pre is published
44+
if: false
4345
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4446
with:
4547
working-directory: ${{ github.workflow }}

.github/workflows/inout.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- run: cargo build --features block-padding --target ${{ matrix.target }}
4242

4343
minimal-versions:
44+
# Temporarily disabled until hybrid-array 0.3.0-pre is published
45+
if: false
4446
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4547
with:
4648
working-directory: ${{ github.workflow }}

0 commit comments

Comments
 (0)