summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-28 16:53:42 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-28 16:53:42 +0000
commit84b207b22f975af5e48ba195c6574f6a2fb9d239 (patch)
treee86e08788eefca73fa463ebc04b06a4fdd537d9b
parent7021035eaf7f7315e9610a3938a1db0c4e1bdfa9 (diff)
parent3609e6f725e3fe6d830d78bc2d2b36202ea5d790 (diff)
downloadnix-84b207b22f975af5e48ba195c6574f6a2fb9d239.zip
Merge #982
982: Fix libc at 0.2.44 in preparation for release r=asomers a=asomers Co-authored-by: Alan Somers <asomers@gmail.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd8e1237..741d963d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
]
[dependencies]
-libc = { git = "https://github.com/rust-lang/libc" }
+libc = "0.2.44"
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"