Skip to content

Commit e719d60

Browse files
committed
devctr: pin cargo-deny until we upgrade Rust version
cargo-deny raised its MSRV to 1.81.0 in 0.16.2, while we are still at 1.79.0. Pinning cargo-deny to last working version that works with our version of Rust. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 761b471 commit e719d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-too
107107
&& rustup target add x86_64-unknown-linux-musl \
108108
&& rustup target add aarch64-unknown-linux-musl \
109109
&& rustup component add llvm-tools-preview clippy rustfmt \
110-
&& cargo install --locked cargo-audit cargo-deny grcov cargo-sort cargo-afl \
110+
&& cargo install --locked cargo-audit cargo-deny@0.16.1 grcov cargo-sort cargo-afl \
111111
&& cargo install --locked kani-verifier && cargo kani setup \
112112
\
113113
&& apt-get update \

0 commit comments

Comments
 (0)