Skip to content

Commit

Permalink
Check all crates in workspace for outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 6, 2022
1 parent 302acad commit ff37db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --exit-code 1
- run: cargo outdated --workspace --exit-code 1

0 comments on commit ff37db3

Please sign in to comment.