Upgrade libc dependency in systest to extend support to ppc64le
This commit is contained in:
parent
9a0a31f8a5
commit
0003dce9bd
|
@ -6,7 +6,7 @@ build = "build.rs"
|
|||
|
||||
[dependencies]
|
||||
jemalloc-sys = { path = "../jemalloc-sys" }
|
||||
libc = "0.1"
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
ctest = "0.1"
|
||||
|
|
Loading…
Reference in New Issue