Skip to content

Commit 2aa5276

Browse files
committed
Update tools used in CI
1 parent 007d887 commit 2aa5276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060

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

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

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

7373
- name: Compile
7474
run: cargo build --all-targets --all-features

0 commit comments

Comments
 (0)