summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2015-08-15 19:08:44 -0700
committerAndy Grover <agrover@redhat.com>2015-08-15 19:08:44 -0700
commit7f73ce34083efa53bb2f0f78064efefb1c70243a (patch)
tree9f7873dd2257309a292fbcbd60e08330d5403da9 /Cargo.toml
parent23dc9e01e191618ea5f90d2b8aed67f57e67652d (diff)
downloadnix-7f73ce34083efa53bb2f0f78064efefb1c70243a.zip
Add flock(2) support
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 ca2ff138..7bab2e12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ eventfd = []
execvpe = []
[dependencies]
-libc = "0.1.8"
+libc = "0.1.10"
bitflags = "0.1.1"
[dev-dependencies]