Skip to content

Commit a9a84f9

Browse files
committed
pin and lock udeps
1 parent 306d94a commit a9a84f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)