Merge pull request #76 from meilisearch/no-jemalloc-macos

Make sure that we do not use jemalloc on macos
This commit is contained in:
marin
2021-03-09 09:57:39 +01:00
committed by GitHub

View File

@ -76,5 +76,5 @@ urlencoding = "1.1.1"
[features]
default = ["sentry"]
[target.'cfg(unix)'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = "0.3.2"