Fix compiling substrate-chain-spec for WASM (#3971)

* Fix compiling substrate-chain-spec for WASM

* Fix tests
This commit is contained in:
Pierre Krieger
2019-10-30 20:54:22 +01:00
committed by GitHub
parent 2c2bba64a0
commit d04d24d047
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
chain-spec-derive = { package = "substrate-chain-spec-derive", path = "./derive" }
substrate-chain-spec-derive = { path = "./derive" }
impl-trait-for-tuples = "0.1.2"
network = { package = "substrate-network", path = "../../core/network" }
primitives = { package = "substrate-primitives", path = "../primitives" }