Add actions job to notice outdated dependencies

This commit is contained in:
David Tolnay 2022-06-06 15:59:23 -07:00
parent bc3f24e0e9
commit 31e51324e2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -179,3 +179,12 @@ jobs:
- run: cd test_suite && cargo miri test --features unstable
env:
MIRIFLAGS: -Zmiri-strict-provenance
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exclude macrotest --exit-code 1