Bump version.

This commit is contained in:
Miles Johnson 2023-04-17 18:55:19 -07:00
parent b46ed9f588
commit fb1a0546f5

View file

@ -94,7 +94,7 @@ export function getCachePaths(): string[] {
} }
export function getCachePrefixes(): string[] { export function getCachePrefixes(): string[] {
return [`setup-rustcargo-v0-${process.platform}`, 'setup-rustcargo-v0']; return [`setup-rustcargo-v1-${process.platform}`, 'setup-rustcargo-v1'];
} }
export async function getPrimaryCacheKey() { export async function getPrimaryCacheKey() {