Update shared-key in setup-rust action to version 2 for improved cache management

This commit is contained in:
Jamie Pine
2026-02-06 01:10:35 -08:00
parent ac62d00e01
commit e6da072104

View File

@@ -61,7 +61,7 @@ runs:
with:
key: ${{ inputs.target }}
save-if: ${{ inputs.save-cache }}
shared-key: stable-cache
shared-key: stable-cache-v2
# TODO: Re-enable cargo config generation when preprep.mjs is ported
# For now, use cargo's defaults which work fine without native deps