Update to latest substrate master (#284)

* Update substrate deps and fix runtime compilation

* Fix compilation

* Enable `std` feature
This commit is contained in:
Bastian Köcher
2019-06-06 15:15:25 +02:00
committed by Gavin Wood
parent bdc1502411
commit 6473feb687
7 changed files with 1739 additions and 1526 deletions
+3 -1
View File
@@ -81,5 +81,7 @@ std = [
"serde/std",
"log",
"safe-mix/std",
"consensus_authorities/std"
"consensus_authorities/std",
"consensus_aura/std",
"aura/std",
]