Check all crates in workspace for outdated deps

This commit is contained in:
David Tolnay 2022-06-06 14:39:20 -07:00
parent 76716a215a
commit b6be9f893a
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -58,4 +58,4 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo update
- run: cargo outdated --exit-code 1
- run: cargo outdated --workspace --exit-code 1