File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
60
60
61
61
- name : Install cargo-deny
62
62
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
64
64
65
65
- name : Install cargo-fuzz
66
66
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
68
68
69
69
- name : Install just
70
70
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
72
72
73
73
- name : Compile
74
74
run : cargo build --all-targets --all-features
You can’t perform that action at this time.
0 commit comments