From 932be124812bb064a531ff154a480024e220fa4a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 31 May 2021 23:39:06 +0900 Subject: [PATCH] ci: ignore private crates in minimal-versions check (#3827) --- .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 a28cbf984..217012dab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,7 +238,7 @@ jobs: cargo hack --remove-dev-deps --workspace # Update Cargo.lock to minimal version dependencies. cargo update -Z minimal-versions - cargo check --all-features + cargo hack check --all-features --ignore-private fmt: name: fmt