From bfe2be55cd2523f7408c2e01900af1109b587997 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Thu, 2 Mar 2017 00:03:05 -0500 Subject: [PATCH] Bump to v0.8.1-pre --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c016f894..bf659ea1da 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.8.0] 2017-03-02 ### Added diff --git a/Cargo.toml b/Cargo.toml index 7de7d831b6..29c631ece6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" -version = "0.8.0" +version = "0.8.1-pre" authors = ["The nix-rust Project Developers"] homepage = "https://github.com/nix-rust/nix" repository = "https://github.com/nix-rust/nix" @@ -22,7 +22,7 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = "0.2.21" +libc = { git = "https://github.com/rust-lang/libc" } bitflags = "0.7" cfg-if = "0.1.0" void = "1.0.2"