mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
extensions/time: Fix mimalloc version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user