File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 42
42
toolchain : ${{ matrix.rust }}
43
43
targets : ${{ matrix.target }}
44
44
- 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
45
48
- run : cargo hack build --target ${{ matrix.target }} --each-feature --exclude-features default,std
46
49
47
50
minimal-versions :
64
67
with :
65
68
toolchain : ${{ matrix.rust }}
66
69
- 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
67
73
- run : cargo hack test --feature-powerset
Original file line number Diff line number Diff line change 66
66
uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
67
67
with :
68
68
working-directory : ${{ github.workflow }}
69
+ stable-cmd : cargo hack test --release --feature-powerset --exclude-features simd,simd_opt,simd_asm
69
70
70
71
simd :
71
72
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments