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 89f58b0 commit 096beb9Copy full SHA for 096beb9
text/3502-cargo-script.md
@@ -408,6 +408,8 @@ or `cargo read-manifest --manifest-path <file>.rs`
408
409
Users may be using this feature for heavier duty scripting and want optimized builds.
410
- This can be worked around by changing `profile.dev` in the embedded manifest
411
+- We could make `profile.run` official and make cargo script use that
412
+ - The custom profiles don't reuse artifacts with the inherited profile but get a separate `target/<profile>`
413
414
Like with all cargo packages, the `target/` directory grows unbounded.
415
This is made worse by them being out of the way and the scripts are likely to be short-lived,
0 commit comments