extensions/series: Fix mimalloc version

This commit is contained in:
Pekka Enberg
2025-02-18 20:07:09 +02:00
parent bd6083c66d
commit 25f0694dfc

View File

@@ -18,7 +18,7 @@ crate-type = ["cdylib", "lib"]
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 }
[dev-dependencies]
quickcheck = "1.0.3"