summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-06-06 19:48:35 -0600
committerAlan Somers <asomers@gmail.com>2019-06-06 19:48:35 -0600
commitde9ae7d6cd9b95d9d29ba8f181889bb201da82a5 (patch)
tree2dbb5b89209a7cb03a096bf678383f40ccace617
parent196a90d074a648d792a2f0632cfc68e5f4d24805 (diff)
downloadnix-de9ae7d6cd9b95d9d29ba8f181889bb201da82a5.zip
Start the next dev cycle
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8833a7a..30326062 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
]
[dependencies]
-libc = "0.2.57"
+libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"