Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
This commit is contained in:
Iulian Barbu
2024-11-05 13:58:52 +02:00
parent 34a0e0a0e5
commit f4c5759896
2 changed files with 18566 additions and 6 deletions
Generated
+18564
View File
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -6,11 +6,7 @@ repository = "https://github.com/paritytech/polkadot-sdk-minimal-template.git"
edition = "2021"
[workspace]
members = [
"node",
"pallets/template",
"runtime",
]
members = ["node", "pallets/template", "runtime"]
resolver = "2"
[workspace.dependencies]
@@ -21,7 +17,7 @@ docify = { version = "0.2.8" }
futures = { version = "0.3.30" }
futures-timer = { version = "3.0.2" }
jsonrpsee = { version = "0.24.3" }
polkadot-sdk = { version = "0.6.0", default-features = false }
polkadot-sdk = { version = "0.7.0", default-features = false }
serde_json = { version = "1.0.127", default-features = false }
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
scale-info = { version = "2.11.1", default-features = false }