Skip to content

Commit

Permalink
Merge #706
Browse files Browse the repository at this point in the history
706: Bump version to 0.10.0-pre r=Susurrus
  • Loading branch information
bors[bot] committed Jul 24, 2017
2 parents 48d3c8b + cfd783e commit 7574f06
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.9.0] 2017-07-23

### 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.9.0"
version = "0.10.0-pre"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ exclude = [
]

[dependencies]
libc = "0.2.25"
libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "0.9"
cfg-if = "0.1.0"
void = "1.0.2"
Expand Down

0 comments on commit 7574f06

Please sign in to comment.