From c0eb3cc72fe2f845f828214151acc62879fdde72 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Wed, 13 Jul 2016 00:58:30 +0300 Subject: [PATCH] Use git master as libc version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e84b880bf9..86027b2c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = "0.2.13" +libc = { git = "https://github.com/rust-lang/libc" } bitflags = "0.4" cfg-if = "0.1.0" void = "1.0.2"