revert mimalloc to *

This commit is contained in:
alvicsam
2025-04-04 14:24:47 +02:00
parent 7669320e31
commit 06d324259c
+1 -1
View File
@@ -40,7 +40,7 @@ revive-llvm-context = { workspace = true }
revive-solc-json-interface = { workspace = true, features = ["resolc"] }
[target.'cfg(target_env = "musl")'.dependencies]
mimalloc = { version = "0.1.44", default-features = false }
mimalloc = { version = "*", default-features = false }
[target.'cfg(target_os = "emscripten")'.dependencies]
libc = { workspace = true }