Upgrade libc dependency in systest to extend support to ppc64le

This commit is contained in:
Priya Seth 2017-07-20 03:32:17 +00:00
parent 9a0a31f8a5
commit 0003dce9bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build = "build.rs"
[dependencies]
jemalloc-sys = { path = "../jemalloc-sys" }
libc = "0.1"
libc = "0.2"
[build-dependencies]
ctest = "0.1"