From d060cadda07fd2b74632e980411c0f99d2bd5223 Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Fri, 9 Sep 2016 21:28:52 +0200 Subject: Bump to 0.7.1-pre --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 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 "] 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" -- cgit v1.2.3