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 [email protected] [email protected]
+ cargo install [email protected] [email protected] [email protected]
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