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.
--locked
1 parent cf8ca5e commit c144d74Copy full SHA for c144d74
.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
rm -rf /var/lib/apt/lists/* && \
7
rustup toolchain install 1.42.0 && \
8
rustup component add rustfmt clippy && \
9
- cargo install cargo-compete && \
+ cargo install cargo-compete --locked && \
10
cargo install cargo-snippet --features="binaries"
11
12
COPY ./entrypoint.sh ./cargo_compete_new.sh ./create_gitkeep_in_testcases.sh ./cargo_snippet.sh /usr/local/bin/
0 commit comments