We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edd34b commit 6f32503Copy full SHA for 6f32503
.github/workflows/machete.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: install tools
17
run: |
18
rustup show
19
- cargo install cargo-machete
+ cargo install cargo-machete@0.7.0 # version 0.8.0 requires Rust 1.85.0
20
21
- uses: Swatinem/rust-cache@v2
22
with:
0 commit comments