mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
extensions/uuid: Fix mimalloc version
This commit is contained in:
parent
a783a4d17c
commit
8ac09b73bf
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ limbo_ext = { workspace = true, features = ["static"] }
|
|||
uuid = { version = "1.11.0", features = ["v4", "v7"] }
|
||||
|
||||
[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