Skip to content

Commit af2c60f

Browse files
committed
Revert "keccak: fix build (RustCrypto#13)"
This reverts commit e29a53e.
1 parent 79780c5 commit af2c60f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/keccak.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
override: true
4646
- run: cargo build --no-default-features --target ${{ matrix.target }}
4747

48-
# TODO(tarcieri): fix issues with `packed_simd_2`
49-
# See: https://github.com/RustCrypto/sponges/runs/6581411295?check_suite_focus=true
50-
#minimal-versions:
51-
# uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
52-
# with:
53-
# working-directory: ${{ github.workflow }}
48+
minimal-versions:
49+
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
50+
with:
51+
working-directory: ${{ github.workflow }}
5452

5553
test:
5654
needs: set-msrv
@@ -83,7 +81,7 @@ jobs:
8381
- uses: actions-rs/toolchain@v1
8482
with:
8583
profile: minimal
86-
toolchain: nightly-2022-04-01
84+
toolchain: nightly
8785
override: true
8886
- run: cargo check --features simd
8987
- run: cargo test --features simd

0 commit comments

Comments
 (0)