downgrade mimalloc crate

This commit is contained in:
alvicsam
2025-04-04 12:37:43 +02:00
parent 09c8f64eef
commit 0089d58d85
+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 = "*", default-features = false }
mimalloc = { version = "0.1.44", default-features = false }
[target.'cfg(target_os = "emscripten")'.dependencies]
libc = { workspace = true }