3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-02 21:57:51 +00:00
This commit is contained in:
Arpad Borsos 2022-11-09 20:14:41 +01:00
parent ecee04e7b3
commit 359a70e43a
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 2.2.0
- Add new `save-if` option to always restore, but only conditionally save the cache.
## 2.1.0
- Only hash `Cargo.{lock,toml}` files in the configured workspace directories.