From 491753d55a9b8c37b9486ff026a2d538612c7034 Mon Sep 17 00:00:00 2001 From: Jeremy Dyer Date: Wed, 29 Nov 2023 20:02:43 -0500 Subject: [PATCH] Enable mimalloc local_dynamic_tls feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f16f74ae8..ba4216839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ datafusion-substrait = { version = "33.0.0", optional = true } prost = "0.12" prost-types = "0.12" uuid = { version = "1.3", features = ["v4"] } -mimalloc = { version = "0.1", optional = true, default-features = false } +mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1" futures = "0.3" object_store = { version = "0.7.0", features = ["aws", "gcp", "azure"] }