We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bfd57 commit 7649910Copy full SHA for 7649910
.github/actions/setup-rust/action.yaml
@@ -25,15 +25,13 @@ runs:
25
target: ${{ inputs.target }}
26
components: clippy, rustfmt
27
28
- - uses: baptiste0928/cargo-install@v3
+ - uses: taiki-e/cache-cargo-install-action@v2
29
with:
30
- crate: cargo-sort
31
- version: "^1"
+ tool: cargo-sort@1.0.9
32
33
34
35
- crate: cargo-edit
36
- version: "^0.12"
+ tool: cargo-edit@0.12.3
37
38
- name: Cache Rust toolchain and dependencies
39
uses: actions/cache@v4
0 commit comments