Switch from the internal runtime lib to external one from crates.io (#11480)
* Parity runtime switched to the version from crates * Tests fixed
This commit is contained in:
@@ -25,7 +25,7 @@ light = { package = "ethcore-light", path = "../light" }
|
||||
log = "0.4"
|
||||
macros = { path = "../../util/macros" }
|
||||
network = { package = "ethcore-network", path = "../../util/network" }
|
||||
parity-runtime = { path = "../../util/runtime" }
|
||||
parity-runtime = "0.1.1"
|
||||
parity-crypto = { version = "0.5.0", features = ["publickey"] }
|
||||
parity-util-mem = "0.5.1"
|
||||
rand = "0.7"
|
||||
|
||||
Reference in New Issue
Block a user