File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.snippets/code/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cumulus-pallet-parachain-system.workspace = true
2222docify = { workspace = true }
2323hex-literal = { optional = true , workspace = true , default-features = true }
2424log = { workspace = true }
25- pallet-parachain-template.workspace = true
25+ pallet-parachain-template = { path = " ../pallets/template " , default-features = false }
2626polkadot-sdk = { workspace = true , features = [
2727 " pallet-utility" ,
2828 " cumulus-pallet-aura-ext" ,
Original file line number Diff line number Diff line change @@ -32972,7 +32972,7 @@ cumulus-pallet-parachain-system.workspace = true
3297232972docify = { workspace = true }
3297332973hex-literal = { optional = true, workspace = true, default-features = true }
3297432974log = { workspace = true }
32975- pallet-parachain-template.workspace = true
32975+ pallet-parachain-template = { path = "../pallets/template", default-features = false }
3297632976polkadot-sdk = { workspace = true, features = [
3297732977 "pallet-utility",
3297832978 "cumulus-pallet-aura-ext",
@@ -33007,7 +33007,7 @@ scale-info = { features = ["derive"], workspace = true }
3300733007serde_json = { workspace = true, default-features = false, features = ["alloc"] }
3300833008smallvec = { workspace = true, default-features = true }
3300933009
33010- custom-pallet = { workspace = true }
33010+ custom-pallet = { path = "../pallets/custom-pallet", default-features = false }
3301133011
3301233012[features]
3301333013default = ["std"]
You can’t perform that action at this time.
0 commit comments