Skip to content

Commit

Permalink
#41 Moved dependecy version back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Jan 8, 2021
1 parent bacc191 commit cdbc79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ frame-system-benchmarking = { git = 'https://github.com/paritytech/substrate.git
frame-system-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-aura = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-balances = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-collective = { version = "2.0.0", default-features = false }
pallet-collective = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-randomness-collective-flip = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
pallet-sudo = { git = 'https://github.com/paritytech/substrate.git', branch = "master", default-features = false }
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 }
pallet-treasury = { git = 'https://github.com/paritytech/substrate.git', branch = "master", 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 Down

0 comments on commit cdbc79b

Please sign in to comment.