summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-01-22 06:00:10 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-01-22 06:00:10 +0000
commitffe3e50e4d1cb8cfb71d665e72d540122a31a047 (patch)
treede262e0192caa4901616a35f29dac5cee2a317cb
parent9e6e42297a35bfb0a8cb3bfa08a5b395a04ac0dc (diff)
parent88dd6e6ff62a39a74259e3fb4d5d87ae58554670 (diff)
downloadnix-ffe3e50e4d1cb8cfb71d665e72d540122a31a047.zip
Merge #841
841: Fix libc at 0.2.36 in preparation for release r=Susurrus a=asomers
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5abd4463..6289d056 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ exclude = [
]
[dependencies]
-libc = { git = "https://github.com/rust-lang/libc" }
+libc = "0.2.36"
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"