We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85366d6 commit 0b2962aCopy full SHA for 0b2962a
Cargo.toml
@@ -46,7 +46,7 @@ datafusion-substrait = { version = "33.0.0", optional = true }
46
prost = "0.12"
47
prost-types = "0.12"
48
uuid = { version = "1.3", features = ["v4"] }
49
-mimalloc = { version = "0.1", optional = true, default-features = false }
+mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
50
async-trait = "0.1"
51
futures = "0.3"
52
object_store = { version = "0.7.0", features = ["aws", "gcp", "azure"] }
0 commit comments