summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-06-02 12:00:20 -0700
committerBryant Mairs <bryantmairs@google.com>2018-06-02 12:00:20 -0700
commitc6756cfd4fa91fb0cee73b11160b6d598e8f3609 (patch)
tree3c31c6c545ffd6ac3bbc11b43c84eb1e7f06376a
parent5215a6d1619070f26e65d0a1a78bf3ef52f78249 (diff)
downloadnix-c6756cfd4fa91fb0cee73b11160b6d598e8f3609.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 9aabdd74..9f580a9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ exclude = [
]
[dependencies]
-libc = "0.2.42"
+libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"