We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7b283 commit 061b954Copy full SHA for 061b954
.github/workflows/rust.yml
@@ -42,5 +42,5 @@ jobs:
42
- run: cargo build --features ${{ matrix.features }} ${{ matrix.additional_flags }} --locked
43
- run: cargo clippy --features ${{ matrix.features }} ${{ matrix.additional_flags }} --locked -- -D warnings --no-deps
44
- run: cargo fmt -- --check
45
- - run: cargo install --version 0.14.24 cargo-deny --locked
+ - run: cargo install cargo-deny --locked
46
- run: cargo deny --features ${{ matrix.features }} --no-default-features check --disable-fetch licenses bans sources
0 commit comments