Skip to content

Commit

Permalink
#41 added dependency of treasury pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Jan 14, 2021
1 parent db6e1ff commit 16e4317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pallet-sudo = { git = 'https://github.com/paritytech/substrate.git', branch = "m
pallet-timestamp = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-treasury = { version = "2.0.0", default-features = false }
sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
sp-consensus-aura = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = "master" }
Expand All @@ -70,6 +71,7 @@ runtime-benchmarks = [
'pallet-balances/runtime-benchmarks',
'pallet-collective/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
'pallet-treasury/runtime-benchmarks',
'sp-runtime/runtime-benchmarks',
]
std = [
Expand All @@ -89,6 +91,7 @@ std = [
'pallet-timestamp/std',
'pallet-transaction-payment/std',
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-treasury/std',
'sp-api/std',
'sp-block-builder/std',
'sp-consensus-aura/std',
Expand Down

0 comments on commit 16e4317

Please sign in to comment.