extensions/percentile: Fix mimalloc version

This commit is contained in:
Pekka Enberg
2025-02-18 20:05:51 +02:00
parent 45a015f5c2
commit 89202f0be3

View File

@@ -17,4 +17,4 @@ static = ["limbo_ext/static"]
limbo_ext = { workspace = true, features = ["static"] }
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "*", default-features = false }
mimalloc = { version = "0.1", default-features = false }