3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-04-26 07:23:33 +00:00

"update dependencies and changelog"

This commit is contained in:
Arpad Borsos 2023-05-13 12:16:26 +02:00
parent 7c7e41ab01
commit 865fd1f6db
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 130 additions and 34 deletions

View file

@ -1,8 +1,8 @@
# Changelog
## 2.2.2
## 2.3.0
- Add `cache-all-crates` option, which is enables caching of creates installed by workflows.
- Add `cache-all-crates` option, which enables caching of crates installed by workflows.
- Add installed packages to cache key, so changes to workflows that install rust tools are detected and cached properly.
- Fix cache restore failures due to upstream bug.
- Fix `EISDIR` error due to globed directories.