diff --git a/README.md b/README.md index fecceae..c320489 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,10 @@ corner cases, like compiling the `openssl` crate with the `vendored` feature. Finally, it will run `strip` to strip the binary if the `strip` parameter is true. This is only possible for builds that are not done via `cross`. In addition, Windows builds for `aarch64` cannot be stripped either. + +## Caching Rust Compilation Output + +You can use the [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) +action with this one seemlessly, whether or not a specific build target needs +`cross. There is no special configuration that you need for this. It just +works.