From 376794b5f0488a0064fff3d437412dc7e8b0e5de Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Thu, 6 Aug 2026 14:18:17 -0400 Subject: [PATCH] fix(build): Use shared Rust target directory by default (fixes #2442). --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 03f181d924..a9b4ba86ac 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,3 +4,4 @@ rustflags = [ "-Dclippy::nursery", "-Dclippy::pedantic", ] +target-dir = "build/rust-targets"