summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-05-04 18:57:41 +0200
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-05-04 18:57:41 +0200
commitab1ffe145a19b1e8be26cad043bc0e4d79bf8648 (patch)
tree0df6fceaaf9a64804574693b328e0521b5d8ff9a
parent273347d16147938e1052a92418cfe2a1e5a3f4c0 (diff)
downloadnix-ab1ffe145a19b1e8be26cad043bc0e4d79bf8648.zip
Bump libc version.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb1c8157..6a17279e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ preadv_pwritev = []
signalfd = []
[dependencies]
-libc = "0.2.8"
+libc = "0.2.11"
bitflags = "0.4"
cfg-if = "0.1.0"
void = "1.0.2"