summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-11-28 14:15:57 -0700
committerAlan Somers <asomers@gmail.com>2018-11-28 14:15:57 -0700
commit79bff5d96977d4537131490a201c7be2f3bd4a38 (patch)
treedd0255166247bb8c9fa5ff77f738b0943a7f81d3
parent6c9dc5b67ea4157d4fc80a811dde8a4f82f6004e (diff)
downloadnix-79bff5d96977d4537131490a201c7be2f3bd4a38.zip
Restore the libc dependency to the git version post-release
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d17e45d6..ff8e9fe6 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"