summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-06-02 19:03:10 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-06-02 19:03:10 +0000
commitedea1daa834f709033639623a1cdfffd43dd53ff (patch)
tree3c31c6c545ffd6ac3bbc11b43c84eb1e7f06376a
parent5215a6d1619070f26e65d0a1a78bf3ef52f78249 (diff)
parentc6756cfd4fa91fb0cee73b11160b6d598e8f3609 (diff)
downloadnix-edea1daa834f709033639623a1cdfffd43dd53ff.zip
Merge #911
911: Start the next dev cycle r=Susurrus a=Susurrus bors r+ Co-authored-by: Bryant Mairs <bryantmairs@google.com>
-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"