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 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ Unreleased]
7
+
6
8
## [ 0.8.0] 2017-03-02
7
9
8
10
### Added
Original file line number Diff line number Diff line change 2
2
3
3
name = " nix"
4
4
description = " Rust friendly bindings to *nix APIs"
5
- version = " 0.8.0 "
5
+ version = " 0.8.1-pre "
6
6
authors = [" The nix-rust Project Developers" ]
7
7
homepage = " https://github.com/nix-rust/nix"
8
8
repository = " https://github.com/nix-rust/nix"
@@ -22,7 +22,7 @@ preadv_pwritev = []
22
22
signalfd = []
23
23
24
24
[dependencies ]
25
- libc = " 0.2.21 "
25
+ libc = { git = " https://github.com/rust-lang/libc " }
26
26
bitflags = " 0.7"
27
27
cfg-if = " 0.1.0"
28
28
void = " 1.0.2"
You can’t perform that action at this time.
0 commit comments