Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 3375639

Browse files
committed
Check all crates in workspace for outdated deps
1 parent 4b239cd commit 3375639

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
@@ -40,4 +40,4 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v3
4242
- uses: dtolnay/install@cargo-outdated
43-
- run: cargo outdated --exit-code 1
43+
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)