Exclude deliberately pinned prettyplease crate from cargo outdated

This commit is contained in:
David Tolnay 2022-06-22 21:07:57 -07:00
parent 7891ae7184
commit 845b900fd5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -191,4 +191,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exclude macrotest --exit-code 1
- run: cargo outdated --workspace --exclude macrotest,prettyplease --exit-code 1