Skip to content

Commit 845b900

Browse files
committed
Exclude deliberately pinned prettyplease crate from cargo outdated
1 parent 7891ae7 commit 845b900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ jobs:
191191
steps:
192192
- uses: actions/checkout@v3
193193
- uses: dtolnay/install@cargo-outdated
194-
- run: cargo outdated --workspace --exclude macrotest --exit-code 1
194+
- run: cargo outdated --workspace --exclude macrotest,prettyplease --exit-code 1

0 commit comments

Comments
 (0)