From 7101ff381515001377fe815f48e4c5b610906ff5 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 16 Dec 2019 16:01:48 -0500 Subject: [PATCH] Disable the background_threads jemallocator feature It's not supported on macOS :( --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 956fb90bc97..f89dd570747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ derive_deref = "1.0.0" reqwest = "0.9.1" tempdir = "0.3.7" parking_lot = "0.7.1" -jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling', "background_threads"] } +jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = "0.9" lettre_email = "0.9"