From 11a65e5a35e24dc99b7b9469d89d31158b2b5759 Mon Sep 17 00:00:00 2001 From: chiri Date: Tue, 30 Dec 2025 17:06:05 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11f6b6a..8923fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ version = "0.12.5" [dependencies.mimalloc] version = "0.1.48" -features = ["v3", "override"] +features = ["v3", "override", "local_dynamic_tls"] optional = true [build-dependencies.pyo3-build-config]