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.7.0] 2016-09-09
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.7.0 "
5
+ version = " 0.7.1-pre "
6
6
authors = [
" Carl Lerche <[email protected] >" ]
7
7
homepage = " https://github.com/nix-rust/nix"
8
8
repository = " https://github.com/nix-rust/nix"
@@ -23,7 +23,7 @@ preadv_pwritev = []
23
23
signalfd = []
24
24
25
25
[dependencies ]
26
- libc = " 0.2.16 "
26
+ libc = { git = " https://github.com/rust-lang/libc " }
27
27
bitflags = " 0.4"
28
28
cfg-if = " 0.1.0"
29
29
void = " 1.0.2"
You can’t perform that action at this time.
0 commit comments