"update dependencies and changelog"

This commit is contained in:
Arpad Borsos
2023-05-13 12:16:26 +02:00
parent 7c7e41ab01
commit 865fd1f6db
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.