Migrate finality-grandpa to the 2018 edition (#1797)

This commit is contained in:
Stanislav Tkach
2019-02-15 21:06:18 +02:00
committed by Robert Habermeier
parent c122e8eee8
commit 34e3487035
19 changed files with 71 additions and 106 deletions
-1
View File
@@ -6,7 +6,6 @@ description = "Substrate node implementation in Rust."
edition = "2018"
[dependencies]
hex-literal = "0.1"
trie-root = "0.11"
parity-codec = "3.0"
runtime_io = { package = "sr-io", path = "../../core/sr-io" }