diff options
author | Andy Grover <agrover@redhat.com> | 2015-08-15 19:08:44 -0700 |
---|---|---|
committer | Andy Grover <agrover@redhat.com> | 2015-08-15 19:08:44 -0700 |
commit | 7f73ce34083efa53bb2f0f78064efefb1c70243a (patch) | |
tree | 9f7873dd2257309a292fbcbd60e08330d5403da9 /Cargo.toml | |
parent | 23dc9e01e191618ea5f90d2b8aed67f57e67652d (diff) | |
download | nix-7f73ce34083efa53bb2f0f78064efefb1c70243a.zip |
Add flock(2) support
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ eventfd = [] execvpe = [] [dependencies] -libc = "0.1.8" +libc = "0.1.10" bitflags = "0.1.1" [dev-dependencies] |