Skip to content

Commit

Permalink
Auto merge of nix-rust#547 - kamalmarhubi:bump-0.8.1-pre, r=posborne
Browse files Browse the repository at this point in the history
Bump to v0.8.1-pre
  • Loading branch information
homu committed Mar 2, 2017
2 parents 13deb61 + bfe2be5 commit 2755c58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2755c58

Please sign in to comment.