Add support for Swatinem/rust-cache@v2

This commit is contained in:
Dave Rolsky
2024-12-14 13:42:02 -06:00
parent 9ea5352c0f
commit 7ad7c57bed
4 changed files with 70 additions and 16 deletions

View File

@@ -1,3 +1,12 @@
## 1.0.0-beta1 - 2024-12-21
The addition of caching is a significant behavior change for this action, so the version has been
bumped to v1.0.0 because of this change.
- This action will now configure and use `Swatinem/rust-cache` by default for you. It will include
the `target` parameter as part of the cache key automatically. Suggested by @jennydaman (Jennings
Zhang). GH #23.
## 0.0.17 - 2024-11-23
- Added support for running `cargo bench` or `cross bench`. Implemented by @RaulTrombin (Raul Victor