Skip to content

Commit ff37db3

Browse files
committed
Check all crates in workspace for outdated deps
1 parent 302acad commit ff37db3

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
@@ -84,4 +84,4 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v3
8686
- uses: dtolnay/install@cargo-outdated
87-
- run: cargo outdated --exit-code 1
87+
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)