summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-09-10 04:36:23 +0900
committerHomu <homu@barosl.com>2016-09-10 04:36:23 +0900
commitf0cb2bfeb09ea57f016ba2afe971efa9815bcf03 (patch)
tree1261dc3918b245a81180021227a6497202554d56
parentef14f7292da5fc2be98e1300544795eeaeedd9ef (diff)
parentd060cadda07fd2b74632e980411c0f99d2bd5223 (diff)
downloadnix-f0cb2bfeb09ea57f016ba2afe971efa9815bcf03.zip
Auto merge of #424 - fiveop:bump_0.7.1-dev, r=kamalmarhubi
Bump to 0.7.1-pre
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b4d7b03..4238ed74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [Unreleased]
+
## [0.7.0] 2016-09-09
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 45c8470c..9302181c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.7.0"
+version = "0.7.1-pre"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/nix-rust/nix"
repository = "https://github.com/nix-rust/nix"
@@ -23,7 +23,7 @@ preadv_pwritev = []
signalfd = []
[dependencies]
-libc = "0.2.16"
+libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "0.4"
cfg-if = "0.1.0"
void = "1.0.2"