mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user