rust-cache/CHANGELOG.md
Arpad Borsos d38127a85b Improve target pruning
fixes #1
2020-09-29 12:30:19 +02:00

304 B
Raw Blame History

Changelog

1.0.2

  • Dont 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.