From f2be3d7f1c59f6fce0de35fe69ebc528385a88d1 Mon Sep 17 00:00:00 2001 From: Ignacio del Valle Alles Date: Mon, 30 Oct 2023 20:59:03 +0100 Subject: [PATCH] Update rust/README.md Co-authored-by: Alex Couture-Beil --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index eced16e..1c03482 100644 --- a/rust/README.md +++ b/rust/README.md @@ -12,7 +12,7 @@ This UDC runs the cargo command `cargo $args` caching the contents of `$CARGO_HO Cargo subcommand and its arguments. Required #### `keep_fingerprints (false)` -Do no remove source packages fingerprints. Use only when source packages have been `COPY`ed with `--keep-ts` option. +Do not remove source packages fingerprints. Use only when source packages have been `COPY`ed with `--keep-ts` option. Cargo caches compilations of packages in `target` folder based on their last modification timestamps.