Skip to content

Commit 0836c62

Browse files
committed
cargo: Move nix-test directly under dev-dependencies
1 parent 1204b5f commit 0836c62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ bitflags = "0.3.3"
2626
[dev-dependencies]
2727
rand = "0.3.8"
2828
tempdir = "0.3"
29-
30-
[dev-dependencies.nix-test]
31-
path = "nix-test"
32-
version = "*"
29+
nix-test = { path = "nix-test" }
3330

3431
[[test]]
3532
name = "test"

0 commit comments

Comments
 (0)