Check all crates in workspace for outdated deps

This commit is contained in:
David Tolnay 2022-06-06 14:39:25 -07:00
parent 305b57af1c
commit 829ed494ef
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,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