diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6d5b1136dd..000152a39f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -34,6 +34,7 @@ incremental = false [profile.rust-release] inherits = "release" debug = true +incremental = false [profile.rust-coverage] inherits = "dev"