mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
mark pallet-asset-rate optional in polkadot-runtime-common (#2187)
Part of #2186 The only usage of pallet-asset-rate is guarded by `runtime-benchmarks` feature. I don't want ORML to be forced to include this pallet in deps for no good reason.
This commit is contained in:
@@ -39,7 +39,7 @@ pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-featur
|
||||
pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false }
|
||||
pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false }
|
||||
pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false }
|
||||
pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false }
|
||||
pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, optional = true }
|
||||
pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false }
|
||||
frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false }
|
||||
|
||||
@@ -80,7 +80,7 @@ std = [
|
||||
"inherents/std",
|
||||
"libsecp256k1/std",
|
||||
"log/std",
|
||||
"pallet-asset-rate/std",
|
||||
"pallet-asset-rate?/std",
|
||||
"pallet-authorship/std",
|
||||
"pallet-balances/std",
|
||||
"pallet-election-provider-multi-phase/std",
|
||||
|
||||
Reference in New Issue
Block a user