Remove unused node template deps (#6748)

* Remove unused node template deps

Backport changes made by @c410-f3r
https://github.com/substrate-developer-hub/substrate-node-template/pull/66

* Enhancements to README

* Revert change to serde per @thiolliere
This commit is contained in:
Dan Forbes
2020-07-28 11:33:53 -07:00
committed by GitHub
parent 9220b646d2
commit a20db31165
4 changed files with 10 additions and 15 deletions
@@ -29,7 +29,6 @@ sp-block-builder = { path = "../../../primitives/block-builder", default-feature
sp-consensus-aura = { version = "0.8.0-rc5", default-features = false, path = "../../../primitives/consensus/aura" }
sp-core = { version = "2.0.0-rc5", default-features = false, path = "../../../primitives/core" }
sp-inherents = { path = "../../../primitives/inherents", default-features = false, version = "2.0.0-rc5"}
sp-io = { version = "2.0.0-rc5", default-features = false, path = "../../../primitives/io" }
sp-offchain = { version = "2.0.0-rc5", default-features = false, path = "../../../primitives/offchain" }
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../../primitives/runtime" }
sp-session = { version = "2.0.0-rc5", default-features = false, path = "../../../primitives/session" }
@@ -58,7 +57,6 @@ std = [
"sp-consensus-aura/std",
"sp-core/std",
"sp-inherents/std",
"sp-io/std",
"sp-offchain/std",
"sp-runtime/std",
"sp-session/std",