summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-11-27 10:51:08 -0700
committerAlan Somers <asomers@gmail.com>2018-11-27 10:51:08 -0700
commit3609e6f725e3fe6d830d78bc2d2b36202ea5d790 (patch)
treee86e08788eefca73fa463ebc04b06a4fdd537d9b
parent7021035eaf7f7315e9610a3938a1db0c4e1bdfa9 (diff)
downloadnix-3609e6f725e3fe6d830d78bc2d2b36202ea5d790.zip
Fix libc at 0.2.44 in preparation for release
-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"