Use mimalloc when targeting musl

This commit is contained in:
Luke Street
2024-09-29 11:52:04 -06:00
parent c7b85518ab
commit cc1bc44e69
3 changed files with 29 additions and 0 deletions
+3
View File
@@ -28,3 +28,6 @@ supports-color = "3.0"
time = { version = "0.3", features = ["formatting", "local-offset"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[target.'cfg(target_env = "musl")'.dependencies]
mimalloc = "0.1"