From 845b900fd57c46d81ad02d89c9a173bdb75898b6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 22 Jun 2022 21:07:57 -0700 Subject: [PATCH] Exclude deliberately pinned prettyplease crate from cargo outdated --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c1ae1d11..18a3c4a8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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