Skip to content

Commit c14bfc5

Browse files
committed
Auto merge of #378 - kamalmarhubi:release-0.6.0, r=posborne
Release 0.6.0
2 parents c10eabe + b633057 commit c14bfc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "nix"
44
description = "Rust friendly bindings to *nix APIs"
5-
version = "0.5.1-pre"
5+
version = "0.6.1-pre"
66
authors = ["Carl Lerche <[email protected]>"]
77
homepage = "https://github.com/nix-rust/nix"
88
repository = "https://github.com/nix-rust/nix"
@@ -36,7 +36,7 @@ semver = "0.1.20" # Old version for compatibility with rustc_version.
3636
rand = "0.3.8"
3737
tempdir = "0.3"
3838
tempfile = "2"
39-
nix-test = { path = "nix-test" }
39+
nix-test = { path = "nix-test", version = "0.0.1" }
4040

4141
[[test]]
4242
name = "test"

0 commit comments

Comments
 (0)