mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
extensions/time: Fix mimalloc version
This commit is contained in:
parent
11a93900e3
commit
a783a4d17c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue