diff --git a/Cargo.toml b/Cargo.toml index 6a17279e17..8a4f45d3d8 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.1-pre" authors = ["Carl Lerche "] homepage = "https://github.com/nix-rust/nix" repository = "https://github.com/nix-rust/nix" @@ -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"