From 57c6125fc1008b6fe516ca9ab0de8bb465d3b127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Tue, 5 Jul 2022 23:56:30 +1200 Subject: [PATCH] Update Cargo.toml Co-authored-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"