Skip to content

Commit 2defb5f

Browse files
committed
ci: pin cargo-binstall to v1.15.7
1 parent 30ee7df commit 2defb5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- run: rustup toolchain install nightly-2024-12-10 --profile minimal --component rustfmt
5757
- run: rustup toolchain install 1.85.0-x86_64-unknown-linux-gnu --profile minimal --component clippy
5858
- name: Install cargo-binstall
59-
uses: cargo-bins/cargo-binstall@main
59+
uses: cargo-bins/cargo-binstall@v1.15.7
6060
- name: Install cargo-shear
6161
run: cargo binstall --no-confirm cargo-shear
6262
- name: Verify lockfile

.github/workflows/test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- run: rustup toolchain install 1.85.0-x86_64-unknown-linux-gnu --profile minimal --component clippy
9595

9696
- name: Install cargo-binstall
97-
uses: cargo-bins/cargo-binstall@main
97+
uses: cargo-bins/cargo-binstall@v1.15.7
9898

9999
- name: Install cargo-shear
100100
run: cargo binstall --no-confirm cargo-shear

0 commit comments

Comments
 (0)