Skip to content

Commit

Permalink
build(deps): bump cargo-bins/cargo-binstall from 1.7.3 to 1.7.4 in th…
Browse files Browse the repository at this point in the history
…e github-actions group (#119)
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent 3c53eb3 commit dec0f7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

- name: Build
run: cargo build --release
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
key: "${{ matrix.target }}"

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

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

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

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

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

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

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

0 comments on commit dec0f7f

Please sign in to comment.