From 3eb64866384d9cdc12f5188119831b1b74cfda71 Mon Sep 17 00:00:00 2001 From: Ignacio del Valle Alles Date: Thu, 21 Dec 2023 17:57:12 +0100 Subject: [PATCH] Update rust/README.md Co-authored-by: idodod --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index 8bf0e4d..59872c9 100644 --- a/rust/README.md +++ b/rust/README.md @@ -96,7 +96,7 @@ Regex matching output artifacts files to be copied to `./target` folder in the c ### Example ```earthfile -DO rust+RUST_GET_MOUNT_CACHE +DO rust+SET_RUST_CACHE_MOUNTS RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cargo build --release DO rust+COPY_OUTPUT --output="release/[^\./]+" # Keep all the files in /target/release that don't have any extension. ``