mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-15 10:11:13 +00:00
Update the minimal template to stable2503 (#23)
This synchronizes the template to the stable2503 branch. Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dbc4be1c1f
commit
cf2536b751
+2
-3
@@ -14,14 +14,13 @@ build = "build.rs"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
docify = { workspace = true }
|
||||
clap = { features = ["derive"], workspace = true }
|
||||
docify = { workspace = true }
|
||||
futures = { features = ["thread-pool"], workspace = true }
|
||||
futures-timer = { workspace = true }
|
||||
jsonrpsee = { features = ["server"], workspace = true }
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
polkadot-sdk = { workspace = true, features = ["experimental", "node"] }
|
||||
minimal-template-runtime.workspace = true
|
||||
polkadot-sdk = { workspace = true, features = ["experimental", "node"] }
|
||||
|
||||
[build-dependencies]
|
||||
polkadot-sdk = { workspace = true, features = ["substrate-build-script-utils"] }
|
||||
|
||||
Reference in New Issue
Block a user