From 1b344a0a23bb7d55165939e61644b8d164ae446b Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Sun, 30 May 2021 11:04:10 +0200 Subject: [PATCH] prepare new version --- CHANGELOG.md | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08e1e4..48ad79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.3.0 + +- Use Rust toolchain file as additional cache key. +- Allow for a configurable target-dir. + ## 1.2.0 - Cache `~/.cargo/bin`. diff --git a/README.md b/README.md index bbe2ec1..16bb6b9 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ An additional key that is stable over multiple jobs. The working directory the action operates in, is case the cargo project is not located in the repo root. +: `target-dir` +The target directory that should be cleaned and persisted, defaults to `./target`. + ## Outputs : `cache-hit`