We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33bc5a commit c30f25cCopy full SHA for c30f25c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@moonrepo/setup-rust",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "A GitHub action for setting up Rust and Cargo.",
5
"main": "dist/index.js",
6
"scripts": {
src/cargo.ts
@@ -189,6 +189,7 @@ export async function saveCache() {
189
}
190
191
await cleanCargoRegistry();
192
+ await cleanTargetProfile();
193
194
core.info(`Saving cache with key ${primaryKey}`);
195
0 commit comments