We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7243f99 commit 0b2fd57Copy full SHA for 0b2fd57
tools/devctr/Dockerfile
@@ -122,7 +122,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-too
122
&& rustup component add llvm-tools-preview clippy rustfmt \
123
&& cargo install --locked cargo-audit grcov cargo-sort cargo-afl \
124
&& cargo install --locked cargo-deny --version 0.17.0 \
125
- && cargo install --locked kani-verifier && cargo kani setup \
+ && cargo install --locked kani-verifier --version 0.64.0 && cargo kani setup \
126
\
127
&& NIGHTLY_TOOLCHAIN=$(rustup toolchain list | grep nightly | tr -d '\n') \
128
&& rustup component add rust-src --toolchain "$NIGHTLY_TOOLCHAIN" \
0 commit comments