Skip to content

Commit fc45989

Browse files
authored
ci: Pin cargo-quickinstall to 0.3.5 (#2289)
* ci: Pin `cargo-quickinstall` to 0.3.5 Because newer versions have an MSRV > 1.76. * 0.3.4 * --locked
1 parent ad8f390 commit fc45989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/rust/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ runs:
6666
if: inputs.tools != ''
6767
env:
6868
GITHUB_TOKEN: ${{ inputs.token }}
69-
run: cargo +${{ inputs.version }} install cargo-quickinstall
69+
# TODO: Unpin cargo-quickinstall once our MSRV is > 1.76
70+
run: cargo +${{ inputs.version }} install --locked [email protected]
7071

7172
- name: Install Rust tools
7273
shell: bash

0 commit comments

Comments
 (0)