mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Bump version.
This commit is contained in:
parent
b46ed9f588
commit
fb1a0546f5
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue