Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
/ enumn Public archive

Commit d480922

Browse files
committed
Check all crates in workspace for outdated deps
1 parent 85ddd6d commit d480922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
- uses: dtolnay/install@cargo-outdated
42-
- run: cargo outdated --exit-code 1
42+
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)