Skip to content

Commit 1f14ef9

Browse files
committed
review: disable cargo outdated as well.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent c872b0c commit 1f14ef9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,9 @@ jobs:
400400
#- name: Run cargo audit
401401
# run: cargo audit
402402

403-
- name: Run cargo outdated
404-
run: cargo outdated --root-deps-only --exit-code 1
403+
# TODO: Re-enable once cargo outdated supports Cargo lockfile v4.
404+
#- name: Run cargo outdated
405+
# run: cargo outdated --root-deps-only --exit-code 1
405406

406407
- name: Rename .wasm to match expected filename
407408
run: |

0 commit comments

Comments
 (0)