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 306d94a commit a9a84f9Copy full SHA for a9a84f9
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
43
with:
44
key: udeps
45
- - run: cargo install cargo-udeps
+ - run: cargo install --locked cargo-udeps@0.1.35
46
- run: cargo udeps
47
48
# This job evaluates the github environment to determine why this action is running and selects the appropriate
0 commit comments