Update Node Template (#10710)

* update node template from downsteam
template version = 4.0.0-dev
rust setup updated

* Update bin/node-template/runtime/Cargo.toml

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>

* Review Rust setup README

* Apply suggestions from code review

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Sacha Lansky <sacha@parity.io>
This commit is contained in:
Dan Shields
2022-01-26 15:47:17 -07:00
committed by GitHub
parent 514b920dd6
commit 2b9e3a73f6
6 changed files with 203 additions and 57 deletions
+3 -3
View File
@@ -4858,7 +4858,7 @@ dependencies = [
[[package]]
name = "node-template"
version = "3.0.0"
version = "4.0.0-dev"
dependencies = [
"clap 3.0.7",
"frame-benchmarking",
@@ -4895,7 +4895,7 @@ dependencies = [
[[package]]
name = "node-template-runtime"
version = "3.0.0"
version = "4.0.0-dev"
dependencies = [
"frame-benchmarking",
"frame-executive",
@@ -6200,7 +6200,7 @@ dependencies = [
[[package]]
name = "pallet-template"
version = "3.0.0"
version = "4.0.0-dev"
dependencies = [
"frame-benchmarking",
"frame-support",