From a9ed6b379579066d3f4fc4c575c8f9f814cf2966 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sun, 26 Mar 2017 09:46:25 -0500 Subject: [PATCH] Use specific version of libc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29c631ece6..e14fa3b148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = { git = "https://github.com/rust-lang/libc" } +libc = "0.2.21" bitflags = "0.7" cfg-if = "0.1.0" void = "1.0.2"