From ec0b626ed8b4b633baeeb4490348cc3c733ca56d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 12 Aug 2024 09:37:39 +0100 Subject: [PATCH] feature: add cargo-hack v0.6.31 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index da784e2..81cc022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9. RUN cargo binstall -y \ cargo-chef@0.1.67 \ + cargo-hack@0.6.31 \ release-plz@0.3.80 && \ rustup component add rustfmt clippy