sp-npos-elections should not depend on itself (#6444)

This removes the `dev-dependency` onto `sp-npos-elections` from itself.
A crate should not depend on itself directly, especially not to make any
macros work.
This commit is contained in:
Bastian Köcher
2020-06-20 11:49:18 +02:00
committed by GitHub
parent 62ba0cc714
commit 1951962836
5 changed files with 19 additions and 19 deletions
@@ -21,7 +21,6 @@ sp-arithmetic = { version = "2.0.0-rc3", default-features = false, path = "../ar
[dev-dependencies]
substrate-test-utils = { version = "2.0.0-rc3", path = "../../test-utils" }
rand = "0.7.3"
sp-npos-elections = { version = "2.0.0-rc3", path = "." }
sp-runtime = { version = "2.0.0-rc3", path = "../../primitives/runtime" }
[features]