Compile fixes.

This commit is contained in:
Gav
2018-01-17 19:20:48 +01:00
parent ec78b7244a
commit 3b850c7ed1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -895,6 +895,7 @@ dependencies = [
"environmental 0.1.0",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-primitives 0.1.0",
"polkadot-state-machine 0.1.0",
"tiny-keccak 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -12,3 +12,4 @@ parking_lot = "0.5"
polkadot-state-machine = { path = "../../state_machine" , version = "0.1" }
environmental = { path = "../../environmental", version = "0.1.0" }
tiny-keccak = "1.3"
polkadot-primitives = { path = "../../primitives", version = "0.1.0" }
@@ -2,6 +2,7 @@
extern crate environmental;
extern crate polkadot_state_machine;
extern crate tiny_keccak;
extern crate polkadot_primitives as primitives;
use std::fmt;
use primitives::ed25519;