File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments