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

Commit 3afcbf0

Browse files
committed
fix Cargo.toml patch after master rebase
1 parent a76d9de commit 3afcbf0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@ pallet-bounties ={path = "../substrate/frame/bounties" }
336336
pallet-treasury ={path = "../substrate/frame/treasury" }
337337
pallet-child-bounties ={path = "../substrate/frame/child-bounties" }
338338
pallet-contracts ={path = "../substrate/frame/contracts" }
339-
pallet-contracts-primitives ={path = "../substrate/frame/contracts/common" }
339+
pallet-contracts-primitives ={path = "../substrate/frame/contracts/primitives" }
340340
pallet-contracts-proc-macro ={path = "../substrate/frame/contracts/proc-macro" }
341341
pallet-randomness-collective-flip ={path = "../substrate/frame/randomness-collective-flip" }
342342
pallet-utility ={path = "../substrate/frame/utility" }
343-
pallet-contracts-rpc-runtime-api ={path = "../substrate/frame/contracts/rpc/runtime-api" }
343+
pallet-contracts-runtime-api ={path = "../substrate/frame/contracts/runtime-api" }
344344
pallet-conviction-voting ={path = "../substrate/frame/conviction-voting" }
345345
pallet-scheduler ={path = "../substrate/frame/scheduler" }
346346
pallet-preimage ={path = "../substrate/frame/preimage" }
@@ -428,7 +428,6 @@ node-executor ={path = "../substrate/bin/node/executor" }
428428
node-cli ={path = "../substrate/bin/node/cli" }
429429
node-inspect ={path = "../substrate/bin/node/inspect" }
430430
node-rpc ={path = "../substrate/bin/node/rpc" }
431-
pallet-contracts-rpc ={path = "../substrate/frame/contracts/rpc" }
432431
pallet-mmr-rpc ={path = "../substrate/frame/merkle-mountain-range/rpc" }
433432
sc-consensus-babe ={path = "../substrate/client/consensus/babe" }
434433
sc-consensus-epochs ={path = "../substrate/client/consensus/epochs" }

0 commit comments

Comments
 (0)