We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10eabe + b633057 commit c14bfc5Copy full SHA for c14bfc5
Cargo.toml
@@ -2,7 +2,7 @@
2
3
name = "nix"
4
description = "Rust friendly bindings to *nix APIs"
5
-version = "0.5.1-pre"
+version = "0.6.1-pre"
6
authors = ["Carl Lerche <[email protected]>"]
7
homepage = "https://github.com/nix-rust/nix"
8
repository = "https://github.com/nix-rust/nix"
@@ -36,7 +36,7 @@ semver = "0.1.20" # Old version for compatibility with rustc_version.
36
rand = "0.3.8"
37
tempdir = "0.3"
38
tempfile = "2"
39
-nix-test = { path = "nix-test" }
+nix-test = { path = "nix-test", version = "0.0.1" }
40
41
[[test]]
42
name = "test"
0 commit comments