Fetch parity-common dependencies from crates (#617)

* Fetch parity-common dependencies from crates

* Update triehash

* Fix code to fit latest triehash
Fetch kvdb-rocksdb from crates

* type params

* lockfile

* lockfiles

* wasm binaries and lockfile
This commit is contained in:
David
2018-09-05 11:58:32 +02:00
committed by Gav Wood
parent 951fbd1f3b
commit 5998a55cc3
24 changed files with 279 additions and 427 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ description = "Substrate Demo node implementation in Rust."
[dependencies]
hex-literal = "0.1"
triehash = { version = "0.1" }
triehash = "0.2"
ed25519 = { path = "../../substrate/ed25519" }
substrate-codec = { path = "../../substrate/codec" }
substrate-runtime-io = { path = "../../substrate/runtime-io" }