File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4545 rustup component add clippy rustfmt &&
4646 rustup toolchain install nightly &&
4747 curl -L https://github.com/est31/cargo-udeps/releases/download/v0.1.55/cargo-udeps-v0.1.55-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/cargo/bin --strip-components 2 &&
48- curl -L https://github.com/rustsec/rustsec/releases/download/cargo-audit%2Fv0.16.0 /cargo-audit-x86_64-unknown-linux-musl-v0.16.0 .tgz | tar xzv -C /usr/local/cargo/bin --strip-components 1 &&
48+ curl -L https://github.com/rustsec/rustsec/releases/download/cargo-audit%2Fv0.21.2 /cargo-audit-x86_64-unknown-linux-musl-v0.21.2 .tgz | tar xzv -C /usr/local/cargo/bin --strip-components 1 &&
4949 git clone --quiet ${repository} &&
5050 cd rust-code-analysis &&
5151 git -c advice.detachedHead=false checkout ${head_rev} &&
You can’t perform that action at this time.
0 commit comments