diff options
author | arcnmx <arcnmx@users.noreply.github.com> | 2016-01-05 17:38:23 -0500 |
---|---|---|
committer | arcnmx <arcnmx@users.noreply.github.com> | 2016-04-18 15:45:59 -0400 |
commit | cb516575a528ae5b07f5a49c64517801b864564b (patch) | |
tree | 3e6c731b8af22e12d704462fb784848fb6cafa15 /Cargo.toml | |
parent | 9d912ae8db33515ad736715a5f2841c489d83517 (diff) | |
download | nix-cb516575a528ae5b07f5a49c64517801b864564b.zip |
Use Void in exec return type
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,9 +23,10 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = "0.2.8" +libc = "0.2.8" bitflags = "0.4" cfg-if = "0.1.0" +void = "1.0.2" [build-dependencies] rustc_version = "0.1.7" |