diff --git a/Cargo.toml b/Cargo.toml index 09282d9c..89e2e47b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ zstd = { version = "0.10.0", features = ["bindgen", "zstdmt"], default-features guess_host_triple = "0.1.3" [target.'cfg(windows)'.dependencies] -mimalloc = "0.1.29" +mimalloc = { version = "0.1.29", default-features = false} [dev-dependencies] env_logger = "0.9.0"