use mimalloc with musl build fix

This commit is contained in:
Scott Lamb
2025-04-04 09:23:10 -07:00
parent 39b6f6c49c
commit 5147a50771
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ coded = { git = "https://github.com/scottlamb/coded", rev = "2c97994974a73243d5d
futures = "0.3"
jiff = { workspace = true }
libc = "0.2"
libmimalloc-sys = { version = "0.1.41", features = [
libmimalloc-sys = { git = "https://github.com/scottlamb/mimalloc_rust", branch = "musl-fix", features = [
"override",
"extended",
], optional = true }