mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-07 05:44:07 +00:00
19 lines
420 B
Markdown
19 lines
420 B
Markdown
# Changelog
|
||
|
||
## 1.1.0
|
||
|
||
- Add a new `working-directory` input.
|
||
- Support caching git dependencies.
|
||
- Lots of other improvements.
|
||
|
||
## 1.0.2
|
||
|
||
- Don’t prune targets that have a different name from the crate, but do prune targets from the workspace.
|
||
|
||
## 1.0.1
|
||
|
||
- Improved logging output.
|
||
- Make sure to consider `all-features` dependencies when pruning.
|
||
- Work around macOS cache corruption.
|
||
- Remove git-db cache for now.
|