mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
extensions/series: Fix mimalloc version
This commit is contained in:
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "lib"]
|
||||
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 }
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1.0.3"
|
||||
|
||||
Reference in New Issue
Block a user