Skip to content

Commit 3a9c769

Browse files
committed
fix(script): Move cargo-script build-dir into build
1 parent 6b40446 commit 3a9c769

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

src/cargo/core/workspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ impl<'gctx> Workspace<'gctx> {
445445
fn default_target_dir(&self) -> Filesystem {
446446
if self.root_maybe().is_embedded() {
447447
let default = ConfigRelativePath::new(
448-
"{cargo-cache-home}/target/{workspace-path-hash}"
448+
"{cargo-cache-home}/build/{workspace-path-hash}"
449449
.to_owned()
450450
.into(),
451451
);

0 commit comments

Comments
 (0)