Skip to content

Commit

Permalink
Bump cargo-bins/cargo-binstall from 1.6.8 to 1.6.9 in the github-acti…
Browse files Browse the repository at this point in the history
…ons group (#52)

Bump cargo-bins/cargo-binstall in the github-actions group

Bumps the github-actions group with 1 update: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall).


Updates `cargo-bins/cargo-binstall` from 1.6.8 to 1.6.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.6.8...v1.6.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent d4ca1f2 commit aae330e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install cargo-binstall
uses: cargo-bins/[email protected].8
uses: cargo-bins/[email protected].9

- name: Build
run: cargo build --release
Expand All @@ -61,7 +61,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/[email protected].8
uses: cargo-bins/[email protected].9

- name: Install cargo-llvm-cov
run: cargo binstall --no-confirm --force cargo-llvm-cov
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/[email protected].8
uses: cargo-bins/[email protected].9

- name: Format check
run: cargo fmt --check --all
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
./main
- name: Install cargo-binstall
uses: cargo-bins/[email protected].8
uses: cargo-bins/[email protected].9

- name: Performance analysis on PR
run: cargo bench --workspace -- --output-format bencher | tee benchmarks.txt
Expand Down

0 comments on commit aae330e

Please sign in to comment.