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 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "node-template"
version = "3.0.0"
version = "4.0.0-dev"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
@@ -52,7 +52,8 @@ pallet-transaction-payment-rpc = { version = "4.0.0-dev", path = "../../../frame
frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" }
frame-benchmarking-cli = { version = "4.0.0-dev", path = "../../../utils/frame/benchmarking-cli" }
node-template-runtime = { version = "3.0.0", path = "../runtime" }
# Local Dependencies
node-template-runtime = { version = "4.0.0-dev", path = "../runtime" }
[build-dependencies]
substrate-build-script-utils = { version = "3.0.0", path = "../../../utils/build-script-utils" }