grandpa: bump dependency version to 0.11.2 (#5312)

This commit is contained in:
André Silva
2020-03-19 11:44:18 +00:00
committed by GitHub
parent c7a23d836d
commit 04d3ab56b2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -37,11 +37,11 @@ sp-finality-tracker = { version = "2.0.0-alpha.4", path = "../../primitives/fina
sp-finality-grandpa = { version = "2.0.0-alpha.4", path = "../../primitives/finality-grandpa" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.4"}
sc-block-builder = { version = "0.8.0-alpha.4", path = "../block-builder" }
finality-grandpa = { version = "0.11.1", features = ["derive-codec"] }
finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
pin-project = "0.4.6"
[dev-dependencies]
finality-grandpa = { version = "0.11.1", features = ["derive-codec", "test-helpers"] }
finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
sc-network = { version = "0.8.0-alpha.4", path = "../network" }
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
sp-keyring = { version = "2.0.0-alpha.4", path = "../../primitives/keyring" }