Skip to content

Commit

Permalink
ci: bump cargo-bins/cargo-binstall from 1.4.6 to 1.4.9
Browse files Browse the repository at this point in the history
Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.4.6 to 1.4.9.
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1)
- [Commits](cargo-bins/cargo-binstall@v1.4.6...v1.4.9)

---
updated-dependencies:
- dependency-name: cargo-bins/cargo-binstall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 435ae28 commit 00afee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: rustup target add wasm32-unknown-unknown
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.4.6
uses: cargo-bins/cargo-binstall@v1.4.9
- run: cargo binstall --no-confirm dioxus-cli
- run: cargo binstall --no-confirm cargo-shuttle
- uses: extractions/setup-just@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: rustup target add wasm32-unknown-unknown
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.4.6
uses: cargo-bins/cargo-binstall@v1.4.9
- shell: bash
run: cargo binstall --no-confirm cargo-edit
- shell: bash
Expand Down

0 comments on commit 00afee3

Please sign in to comment.