Skip to content

Commit

Permalink
Update tools used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Nov 16, 2024
1 parent 007d887 commit 2aa5276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:

- name: Install cargo-deny
if: steps.rust-cache.outputs.cache-hit != 'true'
run: rustup run --install 1.74 cargo install --force --version 0.14.17 cargo-deny --locked
run: cargo install --force --version 0.16.2 cargo-deny --locked

- name: Install cargo-fuzz
if: steps.rust-cache.outputs.cache-hit != 'true'
run: cargo install --force --version 0.11.0 cargo-fuzz --locked
run: cargo install --force --version 0.12.0 cargo-fuzz --locked

- name: Install just
if: steps.rust-cache.outputs.cache-hit != 'true'
run: cargo install --force --version 1.8.0 just --locked
run: cargo install --force --version 1.36.0 just --locked

- name: Compile
run: cargo build --all-targets --all-features
Expand Down

0 comments on commit 2aa5276

Please sign in to comment.