Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit cc0fb5a

Browse files
authored
Install cargo-hack for upcoming dev-utils (#32234)
1 parent 1452ed7 commit cc0fb5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/docker-rust/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN set -x \
3232
&& rustup component add clippy \
3333
&& rustup target add wasm32-unknown-unknown \
3434
&& cargo install cargo-audit \
35+
&& cargo install cargo-hack \
3536
&& cargo install cargo-sort \
3637
&& cargo install mdbook \
3738
&& cargo install mdbook-linkcheck \

0 commit comments

Comments
 (0)