Check all crates in workspace for outdated deps

This commit is contained in:
David Tolnay 2022-06-06 14:39:23 -07:00
parent 6e59fa0959
commit 4b24b6e879
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

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