Skip to content

v1.0.14

Choose a tag to compare

@Boshen Boshen released this 08 Mar 06:44
Immutable release. Only release title and notes can be modified.
b21cce7
feat: add `target-dir` input for custom cargo target directory (#39)

Adds support for redirecting compilation artifacts to a custom directory
(e.g., a Dev Drive on Windows) by setting `CARGO_TARGET_DIR` and
configuring rust-cache's `workspaces` accordingly to avoid cache misses.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>