mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
extensions/regexp: Fix mimalloc version
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user