From 55e28c7d414fe8cfd3e694cb6c37b420b383b143 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 31 Jan 2019 16:02:27 -0700 Subject: [PATCH] Fix libc's CMSG definitions for musl --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed864f66b9..1f52be20d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -libc = { git = "https://github.com/asomers/libc", rev="fc90925ee" } +libc = { git = "https://github.com/asomers/libc", rev="fba2064" } bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2"