3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-08-07 22:01:24 +00:00

Work around upstream GitHub issue and update dependencies

This commit is contained in:
Arpad Borsos 2024-01-14 09:26:03 +01:00
parent a226033982
commit 378c8285a4
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
7 changed files with 5024 additions and 3682 deletions

View file

@ -64,6 +64,7 @@ async function run() {
reportError(e);
}
process.exit();
}
function setCacheHitOutput(cacheHit: boolean): void {

View file

@ -76,6 +76,7 @@ async function run() {
} catch (e) {
reportError(e);
}
process.exit();
}
run();