Skip to content

Commit 061b954

Browse files
Craig Qianqianxjcraig
authored andcommitted
ci: update cargo-deny installation to use latest version
1 parent ad7b283 commit 061b954

File tree

3 files changed

+32
-259
lines changed

3 files changed

+32
-259
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- run: cargo build --features ${{ matrix.features }} ${{ matrix.additional_flags }} --locked
4343
- run: cargo clippy --features ${{ matrix.features }} ${{ matrix.additional_flags }} --locked -- -D warnings --no-deps
4444
- run: cargo fmt -- --check
45-
- run: cargo install --version 0.14.24 cargo-deny --locked
45+
- run: cargo install cargo-deny --locked
4646
- run: cargo deny --features ${{ matrix.features }} --no-default-features check --disable-fetch licenses bans sources

0 commit comments

Comments
 (0)