From 35e0d3b77f97d006855d9d36511566a0d0fb7c08 Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Tue, 15 Aug 2017 21:47:17 +0100 Subject: [PATCH] Update minimum requirement for libc to 0.2.29 v0.2.29 adds missing IPPROTO_UDP bindings See: https://github.com/nix-rust/nix/pull/647 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 365c1ee..562406e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = "src/main.rs" errno = "0.2" error-chain = "0.10" ioctl-sys = "0.5.2" -libc = "0.2" +libc = "0.2.29" derive_builder = "0.4" ipnetwork = "0.12"