Skip to content

Commit 22c8544

Browse files
committed
Upgrade cargo-binstall
1 parent 04a6cda commit 22c8544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
continue-on-error: ${{ matrix.rust == 'nightly' || matrix.rust == 'beta' }}
3737
- name: Install cargo-binstall
3838
run: |
39-
curl --location --remote-name https://github.com/ryankurte/cargo-binstall/releases/download/v0.11.1/cargo-binstall-x86_64-unknown-linux-musl.tgz
39+
curl --location --remote-name https://github.com/ryankurte/cargo-binstall/releases/download/v1.12.0/cargo-binstall-x86_64-unknown-linux-musl.tgz
4040
tar -zxvf cargo-binstall-x86_64-unknown-linux-musl.tgz
4141
mv cargo-binstall ~/.cargo/bin
4242
ls -l ~/.cargo/bin

0 commit comments

Comments
 (0)