Skip to content

Commit

Permalink
binstall 0.22.0 => 0.23.1 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX authored May 31, 2023
1 parent ebd0284 commit b10e16e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: 💾 Install (cargo-binstall) 💾
run: |
rustup override set stable
cargo binstall -V || cargo install cargo-binstall@0.22.0
cargo binstall -V || cargo install cargo-binstall@0.23.1
rustup override remove
- name: 💾 Install (tarpaulin, all-features) 💾
continue-on-error: true
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- name: 💾 Install (cargo-binstall) 💾
run: |
rustup override set stable
cargo binstall -V || cargo install cargo-binstall@0.22.0
cargo binstall -V || cargo install cargo-binstall@0.23.1
rustup override remove
- name: 💾 Install (all-features) 💾
continue-on-error: true
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- name: 💾 Install (cargo-binstall) 💾
run: |
rustup override set stable
cargo binstall -V || cargo install cargo-binstall@0.22.0
cargo binstall -V || cargo install cargo-binstall@0.23.1
rustup override remove
- name: 💾 Install (all-features) 💾
continue-on-error: true
Expand Down

0 comments on commit b10e16e

Please sign in to comment.