diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-01-26 17:59:06 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-01-26 17:59:06 +0000 |
commit | 244ba416ce2d225cebf37bde0df53ad4cb064ceb (patch) | |
tree | 0294554d406c45b138c3db1786dc468eaca8777c /Cargo.toml | |
parent | 2b6966658c454a4607282dcdebd697016ecbad3b (diff) | |
parent | e811c270697e96405f8d3db3aff8fd98156fb3f9 (diff) | |
download | nix-244ba416ce2d225cebf37bde0df53ad4cb064ceb.zip |
Merge #845
845: 0.11.0 pre r=asomers a=asomers
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "nix" description = "Rust friendly bindings to *nix APIs" -version = "0.10.0" +version = "0.11.0-pre" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT" @@ -13,7 +13,7 @@ exclude = [ ] [dependencies] -libc = "0.2.36" +libc = { git = "https://github.com/rust-lang/libc" } bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" |