From 2fc98e73fa7e1c816a037456bf46c43699c944c1 Mon Sep 17 00:00:00 2001 From: Priya Seth Date: Mon, 28 Aug 2017 08:57:42 +0000 Subject: [PATCH] Changes to support ppc64le architecture --- systest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systest/Cargo.toml b/systest/Cargo.toml index 77d2c2f62a..5cb49f5d7a 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 = { git = "https://github.com/alexcrichton/ctest" }