Closed kraktus closed 3 months ago
CARGO_TARGET_DIR is used by users with many rust crates to save on compile time and rust target/ dir size, because it allow for a central shared cargo target directory, sharing builds of common dependencies across projects.
CARGO_TARGET_DIR
I didn't test this without having the env set, hence the PR
Tested with the env set. Seems good. Thanks!
CARGO_TARGET_DIR
is used by users with many rust crates to save on compile time and rust target/ dir size, because it allow for a central shared cargo target directory, sharing builds of common dependencies across projects.