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: