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
1 changed files with 6 additions and 0 deletions

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: