Skip to content

Commit

Permalink
Auto merge of #378 - kamalmarhubi:release-0.6.0, r=posborne
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
homu committed Jun 10, 2016
2 parents c10eabe + b633057 commit c14bfc5
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.5.1-pre"
version = "0.6.1-pre"
authors = ["Carl Lerche <[email protected]>"]
homepage = "https://github.com/nix-rust/nix"
repository = "https://github.com/nix-rust/nix"
Expand Down Expand Up @@ -36,7 +36,7 @@ semver = "0.1.20" # Old version for compatibility with rustc_version.
rand = "0.3.8"
tempdir = "0.3"
tempfile = "2"
nix-test = { path = "nix-test" }
nix-test = { path = "nix-test", version = "0.0.1" }

[[test]]
name = "test"
Expand Down

0 comments on commit c14bfc5

Please sign in to comment.