Skip to content

Commit dfd2d02

Browse files
committed
Add cargo-hakari
1 parent 60e1168 commit dfd2d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN rustup target add \
2828
x86_64-unknown-linux-gnu \
2929
aarch64-unknown-linux-gnu && \
3030
rustup component add clippy rustfmt && \
31-
cargo install cargo-chef@0.1.68 cargo-license@0.6.1
31+
cargo install cargo-chef@0.1.68 cargo-license@0.6.1 cargo-hakari@0.9.35
3232

3333
# Install `just`
3434
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin

0 commit comments

Comments
 (0)