diff --git a/crates/solidity/Cargo.toml b/crates/solidity/Cargo.toml index 5843ba0..8d057ac 100644 --- a/crates/solidity/Cargo.toml +++ b/crates/solidity/Cargo.toml @@ -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 }