1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00

fix min ver check

This commit is contained in:
Rob Ede 2022-02-12 08:42:13 +00:00
parent 6792f799a6
commit d229c1e886
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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: