Skip to content

Commit c8a88ca

Browse files
committed
Appease cargo: add version to nix-test path dependency
1 parent c10eabe commit c8a88ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)