diff --git a/crates/resolc/Cargo.toml b/crates/resolc/Cargo.toml index aceb34a..2ff26dc 100644 --- a/crates/resolc/Cargo.toml +++ b/crates/resolc/Cargo.toml @@ -37,7 +37,7 @@ revive-solc-json-interface = { workspace = true, features = ["resolc"] } revive-yul = { workspace = true } [target.'cfg(target_env = "musl")'.dependencies] -mimalloc = { version = "*", default-features = false } +mimalloc = { version = "0.1.46", default-features = false } [target.'cfg(target_os = "emscripten")'.dependencies] libc = { workspace = true }