We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df4256 commit 87cd4beCopy full SHA for 87cd4be
.github/workflows/ascon-hash.yml
@@ -42,6 +42,9 @@ jobs:
42
toolchain: ${{ matrix.rust }}
43
targets: ${{ matrix.target }}
44
- 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
48
- run: cargo hack build --target ${{ matrix.target }} --each-feature --exclude-features default,std
49
50
minimal-versions:
@@ -64,4 +67,7 @@ jobs:
64
67
with:
65
68
66
69
70
71
72
73
- run: cargo hack test --feature-powerset
0 commit comments