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 236f78f commit 14bf656Copy full SHA for 14bf656
1 file changed
crates/core/Cargo.toml
@@ -59,6 +59,8 @@ serde_json = { workspace = true }
59
uuid = { workspace = true, features = ["v4"] }
60
mimalloc = { workspace = true, optional = true, features = [
61
"local_dynamic_tls",
62
+ # Pin to mimalloc v2 until apache/datafusion-python#1607 resolves.
63
+ "v2",
64
] }
65
async-trait = { workspace = true }
66
futures = { workspace = true }
0 commit comments