diff options
author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2019-11-20 00:00:00 +0000 |
---|---|---|
committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2019-11-20 00:00:00 +0000 |
commit | 37af4f3f23d41de112a8ab26dad332b06dd21064 (patch) | |
tree | ea4439bfabc80ab06947cfe26f2f952f8ddc4208 /components/allocator | |
parent | 7da8d75a7e2a1f07bd09b8fb03b404ce4392a2af (diff) | |
download | servo-37af4f3f23d41de112a8ab26dad332b06dd21064.tar.gz servo-37af4f3f23d41de112a8ab26dad332b06dd21064.zip |
Update jemalloc-sys to 0.3.2
Diffstat (limited to 'components/allocator')
-rw-r--r-- | components/allocator/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/allocator/Cargo.toml b/components/allocator/Cargo.toml index b4d80c98376..6ced42a4391 100644 --- a/components/allocator/Cargo.toml +++ b/components/allocator/Cargo.toml @@ -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"] } |