Skip to content

Commit 62b6ff1

Browse files
authored
Fix blake2 and ascon-hash CI (#521)
1 parent f3b657c commit 62b6ff1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ascon-hash.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
toolchain: ${{ matrix.rust }}
4343
targets: ${{ matrix.target }}
4444
- uses: RustCrypto/actions/cargo-hack-install@master
45+
# TODO: remove after bump to MSRV 1.60+
46+
- run: cargo update
47+
- run: cargo update -p zeroize --precise 1.6.0
4548
- run: cargo hack build --target ${{ matrix.target }} --each-feature --exclude-features default,std
4649

4750
minimal-versions:
@@ -64,4 +67,7 @@ jobs:
6467
with:
6568
toolchain: ${{ matrix.rust }}
6669
- uses: RustCrypto/actions/cargo-hack-install@master
70+
# TODO: remove after bump to MSRV 1.60+
71+
- run: cargo update
72+
- run: cargo update -p zeroize --precise 1.6.0
6773
- run: cargo hack test --feature-powerset

.github/workflows/blake2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
6767
with:
6868
working-directory: ${{ github.workflow }}
69+
stable-cmd: cargo hack test --release --feature-powerset --exclude-features simd,simd_opt,simd_asm
6970

7071
simd:
7172
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)