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 60e1168 commit dfd2d02Copy full SHA for dfd2d02
docker/Dockerfile
@@ -28,7 +28,7 @@ RUN rustup target add \
28
x86_64-unknown-linux-gnu \
29
aarch64-unknown-linux-gnu && \
30
rustup component add clippy rustfmt && \
31
- cargo install cargo-chef@0.1.68 cargo-license@0.6.1
+ cargo install cargo-chef@0.1.68 cargo-license@0.6.1 cargo-hakari@0.9.35
32
33
# Install `just`
34
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
0 commit comments