From d14b7e4192992a627820c6828777bf88448bee83 Mon Sep 17 00:00:00 2001 From: Zhang Tianyang Date: Mon, 5 Aug 2024 17:21:34 +0800 Subject: [PATCH] ci: use legacy 0.15.1 cargo-deny cargo-deny 0.16.0 has changed a lot, use legacy 0.15.1 to check. Signed-off-by: Zhang Tianyang --- .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 5f0104fe..3f70ad97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: cargo clippy ${{ matrix.features }} -- -D warnings - name: Deny working-directory: ${{ matrix.directories }} - run: cargo install cargo-deny && cargo deny -L warn ${{ matrix.features }} check + run: cargo install cargo-deny@0.15.1 && cargo deny -L warn ${{ matrix.features }} check tests: strategy: