mirror of https://github.com/fafhrd91/actix-net
fix min ver check
This commit is contained in:
parent
6792f799a6
commit
d229c1e886
|
@ -169,6 +169,12 @@ jobs:
|
|||
command: install
|
||||
args: cargo-minimal-versions
|
||||
|
||||
- name: Install cargo-hack
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: install
|
||||
args: cargo-hack
|
||||
|
||||
- name: Check With Minimal Versions
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue