Skip to content

Commit 87cd4be

Browse files
committed
Fix ascon-hash CI
1 parent 6df4256 commit 87cd4be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ascon-hash.yml

Lines changed: 6 additions & 0 deletions
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 on 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 on 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

0 commit comments

Comments
 (0)