From f1558ca94b499ded2a69ecbdff54e86c185451f7 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Thu, 18 Jul 2024 20:01:52 -0400 Subject: [PATCH] Install rustfmt --- cargo/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo/Earthfile b/cargo/Earthfile index 47d0b17..4d27a1a 100644 --- a/cargo/Earthfile +++ b/cargo/Earthfile @@ -8,7 +8,7 @@ build: FROM rust RUN apt-get update && \ apt-get install -y musl-dev musl-tools jq && \ - rustup component add clippy && \ + rustup component add clippy rustfmt && \ rustup target add x86_64-unknown-linux-musl RUN cargo install --root $CARGO_HOME --locked cargo-sweep