Skip to content

Commit

Permalink
Merge #658
Browse files Browse the repository at this point in the history
658: Prepare for the 0.9.0 release r=asomers

Bump the version to 0.9.0-pre
Update libc dependency to 0.2.25
  • Loading branch information
bors[bot] committed Jul 8, 2017
2 parents ae30e2b + 5527ce8 commit 46e77b5
Showing 1 changed file with 2 additions and 2 deletions.
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.1-pre"
version = "0.9.0-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 = { git = "https://github.com/rust-lang/libc" }
libc = "0.2.25"
bitflags = "0.9"
cfg-if = "0.1.0"
void = "1.0.2"
Expand Down

0 comments on commit 46e77b5

Please sign in to comment.