Skip to content

Commit

Permalink
Revert "Specify cargo-deny version"
Browse files Browse the repository at this point in the history
This reverts commit b59d408.
  • Loading branch information
azarovh committed Dec 11, 2024
1 parent dc19b85 commit 07f8027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install rust clippy
run: rustup component add clippy
- name: Install cargo-deny
run: cargo install cargo-deny@0.16.1 --locked
run: cargo install cargo-deny --locked
- name: Run checks
run: ./do_checks.sh

Expand All @@ -57,7 +57,7 @@ jobs:
- name: Install rust clippy
run: rustup component add clippy
- name: Install cargo-deny
run: cargo install cargo-deny@0.16.1 --locked
run: cargo install cargo-deny --locked
- name: Run checks
shell: bash
run: ./do_checks.sh
Expand All @@ -77,6 +77,6 @@ jobs:
- name: Install rust clippy
run: rustup component add clippy
- name: Install cargo-deny
run: cargo install cargo-deny@0.16.1 --locked
run: cargo install cargo-deny --locked
- name: Run checks
run: bash ./do_checks.sh

0 comments on commit 07f8027

Please sign in to comment.