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

Commit

Permalink
fix Cargo.toml patch after master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Oct 5, 2022
1 parent a76d9de commit 3afcbf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ pallet-bounties ={path = "../substrate/frame/bounties" }
pallet-treasury ={path = "../substrate/frame/treasury" }
pallet-child-bounties ={path = "../substrate/frame/child-bounties" }
pallet-contracts ={path = "../substrate/frame/contracts" }
pallet-contracts-primitives ={path = "../substrate/frame/contracts/common" }
pallet-contracts-primitives ={path = "../substrate/frame/contracts/primitives" }
pallet-contracts-proc-macro ={path = "../substrate/frame/contracts/proc-macro" }
pallet-randomness-collective-flip ={path = "../substrate/frame/randomness-collective-flip" }
pallet-utility ={path = "../substrate/frame/utility" }
pallet-contracts-rpc-runtime-api ={path = "../substrate/frame/contracts/rpc/runtime-api" }
pallet-contracts-runtime-api ={path = "../substrate/frame/contracts/runtime-api" }
pallet-conviction-voting ={path = "../substrate/frame/conviction-voting" }
pallet-scheduler ={path = "../substrate/frame/scheduler" }
pallet-preimage ={path = "../substrate/frame/preimage" }
Expand Down Expand Up @@ -428,7 +428,6 @@ node-executor ={path = "../substrate/bin/node/executor" }
node-cli ={path = "../substrate/bin/node/cli" }
node-inspect ={path = "../substrate/bin/node/inspect" }
node-rpc ={path = "../substrate/bin/node/rpc" }
pallet-contracts-rpc ={path = "../substrate/frame/contracts/rpc" }
pallet-mmr-rpc ={path = "../substrate/frame/merkle-mountain-range/rpc" }
sc-consensus-babe ={path = "../substrate/client/consensus/babe" }
sc-consensus-epochs ={path = "../substrate/client/consensus/epochs" }
Expand Down

0 comments on commit 3afcbf0

Please sign in to comment.