From 6cd663f559da97955c3e08bdb184669c47ae158a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 14:50:43 +0100 Subject: [PATCH] chore(deps): add release-plz version as v0.3.80 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a205818..8e18659 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,8 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9. rm cargo-binstall.tgz && \ mv cargo-binstall /usr/local/bin/ -RUN cargo binstall -y cargo-chef@0.1.67 +RUN cargo binstall -y cargo-chef@0.1.67 \ + release-plz@0.3.80 RUN rustup component add rustfmt clippy