Skip to content

Commit

Permalink
Exclude deliberately pinned prettyplease crate from cargo outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 23, 2022
1 parent 7891ae7 commit 845b900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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

0 comments on commit 845b900

Please sign in to comment.