mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
extensions/percentile: Fix mimalloc version
This commit is contained in:
@@ -17,4 +17,4 @@ static = ["limbo_ext/static"]
|
||||
limbo_ext = { workspace = true, features = ["static"] }
|
||||
|
||||
[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