Update jemalloc-sys to 0.3.2

This commit is contained in:
Tomasz Miąsko 2019-11-20 00:00:00 +00:00
parent 7da8d75a7e
commit 37af4f3f23
2 changed files with 10 additions and 3 deletions

View file

@ -10,7 +10,7 @@ publish = false
path = "lib.rs"
[target.'cfg(not(windows))'.dependencies]
jemalloc-sys = { version = "0.1.4" }
jemalloc-sys = { version = "0.3.2" }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["heapapi"] }