File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,10 @@ jobs:
45
45
override : true
46
46
- run : cargo build --no-default-features --target ${{ matrix.target }}
47
47
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 }}
54
52
55
53
test :
56
54
needs : set-msrv
83
81
- uses : actions-rs/toolchain@v1
84
82
with :
85
83
profile : minimal
86
- toolchain : nightly-2022-04-01
84
+ toolchain : nightly
87
85
override : true
88
86
- run : cargo check --features simd
89
87
- run : cargo test --features simd
You can’t perform that action at this time.
0 commit comments