mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
extensions/regexp: Fix mimalloc version
This commit is contained in:
parent
89202f0be3
commit
bd6083c66d
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue