Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
core-fellowship: promote dev-dependencies to regular dependencies
Browse files Browse the repository at this point in the history
These pallets are not just required for tests, but also for the
runtime-benchmarks feature.
  • Loading branch information
Mira Ressel committed Mar 21, 2023
1 parent b3cacfb commit 43f0c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frame/core-fellowship/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/
sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" }

[dev-dependencies]
pallet-ranked-collective = { version = "4.0.0-dev", default-features = false, path = "../ranked-collective" }
pallet-salary = { version = "4.0.0-dev", default-features = false, path = "../salary" }
# for runtime-benchmarks
pallet-ranked-collective = { version = "4.0.0-dev", default-features = false, optional = true, path = "../ranked-collective" }
pallet-salary = { version = "4.0.0-dev", default-features = false, optional = true, path = "../salary" }

[features]
default = ["std"]
Expand Down

0 comments on commit 43f0c89

Please sign in to comment.