Bump jemalloc-sys to 0.1.8

This commit is contained in:
Alex Crichton 2018-10-20 12:53:19 -07:00
parent c18e43008d
commit 119fa5f288
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ bench = false
members = ["systest"]
[dependencies]
jemalloc-sys = { path = "jemalloc-sys", version = "0.1.6", default-features = false }
jemalloc-sys = { path = "jemalloc-sys", version = "0.1.7", default-features = false }
libc = "0.2.8"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "jemalloc-sys"
version = "0.1.7"
version = "0.1.8"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "jemalloc"