Bump jemalloc-sys to 0.1.8
This commit is contained in:
parent
c18e43008d
commit
119fa5f288
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue