What's Changed
- Fix: deterministic cache keys —
CARGO_CFG_*environment variables are now sorted before hashing, preventing cache key drift across CI runs - Diagnostics — cache keys are now included in
events.jsonlentries;KACHE_LOG=kache=tracedumps all cache key components for debugging - CI — enabled
KACHE_LOG=kache=debugfor visibility into cache decisions
kache-action v1
- GH Actions cache key now includes kache version (
kache-{version}-{os}-{lockHash}) so binary upgrades invalidate stale caches - PR comment shows abbreviated cache keys in the misses table
- Sets
KACHE_LOG=kache=infoby default