From c8a88ca6f7d777909e6ed356a9b8848f59a459f6 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Fri, 10 Jun 2016 18:07:26 +0200 Subject: [PATCH 1/3] Appease cargo: add version to nix-test path dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a17279e17..edd486d0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From b4a0d089ebfc71876b9efe0d7f992a8d41d618a6 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Fri, 10 Jun 2016 18:10:57 +0200 Subject: [PATCH 2/3] Bump to v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edd486d0da..3913478adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" -version = "0.5.1-pre" +version = "0.6.0" authors = ["Carl Lerche "] homepage = "https://github.com/nix-rust/nix" repository = "https://github.com/nix-rust/nix" From b6330570775aefeb1890219c14d0f272a2109f54 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Fri, 10 Jun 2016 18:18:26 +0200 Subject: [PATCH 3/3] Bump to v0.6.1-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3913478adf..8a4f45d3d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" -version = "0.6.0" +version = "0.6.1-pre" authors = ["Carl Lerche "] homepage = "https://github.com/nix-rust/nix" repository = "https://github.com/nix-rust/nix"