extensions/time: Fix mimalloc version

This commit is contained in:
Pekka Enberg 2025-02-18 20:08:17 +02:00
parent 11a93900e3
commit a783a4d17c

View file

@ -14,7 +14,7 @@ crate-type = ["cdylib", "lib"]
static = ["limbo_ext/static"]
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "*", default-features = false }
mimalloc = { version = "0.1", default-features = false }
[dependencies]
chrono = "0.4.39"