Skip to content

Commit

Permalink
docs: update version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Feb 1, 2024
1 parent 9129fcc commit 1cd874a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ crates. Read [Quickstart for GitHub Actions] to learn more about Actions usage.

```yaml
- name: Install cargo-hack from crates.io
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-hack
version: "^0.5" # You can specify any semver range

- name: Install cargo-sort from git
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-sort
git: https://github.com/devinr528/cargo-sort
Expand Down

0 comments on commit 1cd874a

Please sign in to comment.