Skip to content

Commit d060cad

Browse files
committed
Bump to 0.7.1-pre
1 parent ef14f72 commit d060cad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [Unreleased]
7+
68
## [0.7.0] 2016-09-09
79

810
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "nix"
44
description = "Rust friendly bindings to *nix APIs"
5-
version = "0.7.0"
5+
version = "0.7.1-pre"
66
authors = ["Carl Lerche <[email protected]>"]
77
homepage = "https://github.com/nix-rust/nix"
88
repository = "https://github.com/nix-rust/nix"
@@ -23,7 +23,7 @@ preadv_pwritev = []
2323
signalfd = []
2424

2525
[dependencies]
26-
libc = "0.2.16"
26+
libc = { git = "https://github.com/rust-lang/libc" }
2727
bitflags = "0.4"
2828
cfg-if = "0.1.0"
2929
void = "1.0.2"

0 commit comments

Comments
 (0)