Skip to content

Commit fdd9d8f

Browse files
committed
pin and lock udeps
1 parent 15463ae commit fdd9d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
4343
with:
4444
key: udeps
45-
- run: cargo install cargo-udeps
45+
- run: cargo install --locked cargo-udeps@0.1.35
4646
- run: cargo udeps
4747

4848
# This job evaluates the github environment to determine why this action is running and selects the appropriate

0 commit comments

Comments
 (0)