Companion PR to 5802 (#1050)

This commit is contained in:
Alexander Popiak
2020-05-14 17:20:07 +02:00
committed by GitHub
parent 45f64055a4
commit cb1e21cb0c
5 changed files with 542 additions and 513 deletions
+1
View File
@@ -12,6 +12,7 @@ log = { version = "0.3.9", optional = true }
rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true }
static_assertions = "1.1.0"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }