extensions/regexp: Fix mimalloc version

This commit is contained in:
Pekka Enberg 2025-02-18 20:06:43 +02:00
parent 89202f0be3
commit bd6083c66d

View file

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