From 7b21417efac0dba61d8bc24227c69d15f63039f8 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Tue, 11 Jul 2017 02:03:52 -0500 Subject: [PATCH] Update libc for SCM_TIMESTAMP constant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64a212f64c..c98e775ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = "0.2.25" +libc = { git = "https://github.com/rust-lang/libc.git" } bitflags = "0.9" cfg-if = "0.1.0" void = "1.0.2"