Skip to content

Commit

Permalink
build(deps): bump cargo-bins/cargo-binstall from 1.7.4 to 1.8.0 in th…
Browse files Browse the repository at this point in the history
…e github-actions group (#142)
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 6ac183e commit aa02b5b
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 @@ -93,7 +93,7 @@ jobs:
key: "${{ matrix.target }}"

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.7.4
uses: cargo-bins/cargo-binstall@v1.8.0

- name: Install native prerequisites
run: sudo apt-get update -y && sudo apt-get install -y gcc-aarch64-linux-gnu
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.7.4
uses: cargo-bins/cargo-binstall@v1.8.0

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

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.7.4
uses: cargo-bins/cargo-binstall@v1.8.0

- name: Format check
run: cargo fmt --check --all
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
./main
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.7.4
uses: cargo-bins/cargo-binstall@v1.8.0

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

0 comments on commit aa02b5b

Please sign in to comment.