We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5867e1 commit 886ca61Copy full SHA for 886ca61
1 file changed
.taskcluster.yml
@@ -44,7 +44,7 @@ tasks:
44
- "apt update && apt install -y python3-full &&
45
rustup component add clippy rustfmt &&
46
rustup toolchain install nightly &&
47
- curl -L https://github.com/est31/cargo-udeps/releases/download/v0.1.35/cargo-udeps-v0.1.35-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/cargo/bin --strip-components 2 &&
+ 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 &&
49
git clone --quiet ${repository} &&
50
cd rust-code-analysis &&
0 commit comments