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"