Skip to content

Commit

Permalink
Bump to v0.8.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalmarhubi committed Mar 2, 2017
1 parent 13deb61 commit bfe2be5
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 bfe2be5

Please sign in to comment.