Skip to content

Commit

Permalink
Merge pull request #364 from maciejhirsz/dependabot/github_actions/ba…
Browse files Browse the repository at this point in the history
…ptiste0928/cargo-install-3

chore(deps): bump baptiste0928/cargo-install from 1 to 3
  • Loading branch information
jeertmans authored Feb 2, 2024
2 parents 194f69a + 3191c8a commit 6da6bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rustbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install Critcmp
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: critcmp
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustmsrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install Cargo MSRV
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-msrv
args: --no-default-features
Expand Down

0 comments on commit 6da6bc2

Please sign in to comment.