From 0003dce9bdf8b32dc255c1f720aa1a084f9ca734 Mon Sep 17 00:00:00 2001 From: Priya Seth Date: Thu, 20 Jul 2017 03:32:17 +0000 Subject: [PATCH] Upgrade libc dependency in systest to extend support to ppc64le --- systest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systest/Cargo.toml b/systest/Cargo.toml index d91f4b6..2701d73 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -6,7 +6,7 @@ build = "build.rs" [dependencies] jemalloc-sys = { path = "../jemalloc-sys" } -libc = "0.1" +libc = "0.2" [build-dependencies] ctest = "0.1"