From 6b1c6e1aaa9822f86c859eead5836dd2121fef78 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 22 Oct 2023 17:58:52 +0900 Subject: [PATCH] ci: Pass --detach-path-deps=skip-exact to cargo-minimal-versions --- .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 20c928ba..b6658de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - uses: taiki-e/install-action@cargo-hack - uses: taiki-e/install-action@cargo-minimal-versions - run: cargo hack build --workspace --no-private --feature-powerset --no-dev-deps - - run: cargo minimal-versions build --workspace --no-private --all-features + - run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features test-compat: name: test (1.${{ matrix.rust }})