Companion for #6589 (#1367)

https://github.com/paritytech/substrate/pull/6589
This commit is contained in:
Bastian Köcher
2020-07-07 12:06:57 +02:00
committed by GitHub
parent f3c2db1a28
commit 37da08a764
5 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -12,7 +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 }
smallvec = "1.4.0"
smallvec = "1.4.1"
static_assertions = "1.1.0"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }