Skip to content

Commit 37d12d1

Browse files
committed
import pallet-parachain-template dependency
1 parent 9d8ce08 commit 37d12d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.snippets/code/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cumulus-pallet-parachain-system.workspace = true
2222
docify = { workspace = true }
2323
hex-literal = { optional = true, workspace = true, default-features = true }
2424
log = { workspace = true }
25-
pallet-parachain-template.workspace = true
25+
pallet-parachain-template = { path = "../pallets/template", default-features = false }
2626
polkadot-sdk = { workspace = true, features = [
2727
"pallet-utility",
2828
"cumulus-pallet-aura-ext",

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32972,7 +32972,7 @@ cumulus-pallet-parachain-system.workspace = true
3297232972
docify = { workspace = true }
3297332973
hex-literal = { optional = true, workspace = true, default-features = true }
3297432974
log = { workspace = true }
32975-
pallet-parachain-template.workspace = true
32975+
pallet-parachain-template = { path = "../pallets/template", default-features = false }
3297632976
polkadot-sdk = { workspace = true, features = [
3297732977
"pallet-utility",
3297832978
"cumulus-pallet-aura-ext",
@@ -33007,7 +33007,7 @@ scale-info = { features = ["derive"], workspace = true }
3300733007
serde_json = { workspace = true, default-features = false, features = ["alloc"] }
3300833008
smallvec = { workspace = true, default-features = true }
3300933009

33010-
custom-pallet = { workspace = true }
33010+
custom-pallet = { path = "../pallets/custom-pallet", default-features = false }
3301133011

3301233012
[features]
3301333013
default = ["std"]

0 commit comments

Comments
 (0)