From 79bff5d96977d4537131490a201c7be2f3bd4a38 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 28 Nov 2018 14:15:57 -0700 Subject: [PATCH] Restore the libc dependency to the git version post-release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d17e45d6fd..ff8e9fe6f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -libc = "0.2.44" +libc = { git = "https://github.com/rust-lang/libc/" } bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2"