3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-07-02 21:06:07 +00:00

Add source-keyed target cache

This commit is contained in:
Gary Sassano 2026-06-14 00:45:34 +02:00
parent c106961fee
commit c020f6afef
No known key found for this signature in database
GPG key ID: F8FE82821AD22F8F
12 changed files with 420 additions and 141 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## Unreleased
- Add `target-key` for opt-in source-keyed workspace target caching.
## 2.9.1
- Fix regression in hash calculation