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. ``