Make sure that we do not use jemalloc on macos

This commit is contained in:
Clément Renault 2021-03-08 21:22:30 +01:00 committed by GitHub
parent 9d421d5ed4
commit 4a0f5f1b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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