Skip to content

Commit 79ac527

Browse files
committed
Check all crates in workspace for outdated deps
1 parent 50ddb53 commit 79ac527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040
- uses: dtolnay/install@cargo-outdated
41-
- run: cargo outdated --exit-code 1
41+
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)