File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ Unreleased]
7+
68## [ 0.8.0] 2017-03-02
79
810### Added
Original file line number Diff line number Diff line change 22
33name = " nix"
44description = " Rust friendly bindings to *nix APIs"
5- version = " 0.8.0 "
5+ version = " 0.8.1-pre "
66authors = [" The nix-rust Project Developers" ]
77homepage = " https://github.com/nix-rust/nix"
88repository = " https://github.com/nix-rust/nix"
@@ -22,7 +22,7 @@ preadv_pwritev = []
2222signalfd = []
2323
2424[dependencies ]
25- libc = " 0.2.21 "
25+ libc = { git = " https://github.com/rust-lang/libc " }
2626bitflags = " 0.7"
2727cfg-if = " 0.1.0"
2828void = " 1.0.2"
You can’t perform that action at this time.
0 commit comments