Skip to content

Commit 7101ff3

Browse files
committed
Disable the background_threads jemallocator feature
It's not supported on macOS :(
1 parent efeb9d0 commit 7101ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ derive_deref = "1.0.0"
6060
reqwest = "0.9.1"
6161
tempdir = "0.3.7"
6262
parking_lot = "0.7.1"
63-
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling', "background_threads"] }
63+
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6464

6565
lettre = "0.9"
6666
lettre_email = "0.9"

0 commit comments

Comments
 (0)