summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-01-15 11:11:32 -0700
committerAlan Somers <asomers@gmail.com>2019-01-15 11:11:32 -0700
commit90fdc2f4ff6944d5fb612c02a7a6dee881de0848 (patch)
tree4c40fcece23f212acc02a5f6d48e53c50306c329 /Cargo.toml
parentd4addd5751dea9ba240fdbe2f69e5d6f1065019b (diff)
downloadnix-90fdc2f4ff6944d5fb612c02a7a6dee881de0848.zip
Start the next dev cycle
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83ea67e4..b04f9b51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
]
[dependencies]
-libc = "0.2.47"
+libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"