Revert mimalloc to 0.1.37

This commit is contained in:
Louis Dureuil
2024-06-05 14:21:01 +02:00
parent ba75d23bfe
commit 036251dad5
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ license.workspace = true
anyhow = "1.0.79"
csv = "1.3.0"
milli = { path = "../milli" }
mimalloc = { version = "0.1.39", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
serde_json = { version = "1.0.111", features = ["preserve_order"] }
[dev-dependencies]