Update sc-finality-grandp-warp-sync to 0.9.0 and remove 'publish = false' (#8109)

This commit is contained in:
Ashley
2021-02-12 18:08:55 +01:00
committed by GitHub
parent 07e4b9c997
commit 019f04e99f
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -7161,7 +7161,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-warp-sync"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"derive_more",
"futures 0.3.12",
+1 -1
View File
@@ -74,7 +74,7 @@ sc-service = { version = "0.9.0", default-features = false, path = "../../../cli
sc-tracing = { version = "3.0.0", path = "../../../client/tracing" }
sc-telemetry = { version = "3.0.0", path = "../../../client/telemetry" }
sc-authority-discovery = { version = "0.9.0", path = "../../../client/authority-discovery" }
sc-finality-grandpa-warp-sync = { version = "0.8.0", path = "../../../client/finality-grandpa-warp-sync", optional = true }
sc-finality-grandpa-warp-sync = { version = "0.9.0", path = "../../../client/finality-grandpa-warp-sync", optional = true }
# frame dependencies
pallet-indices = { version = "3.0.0", path = "../../../frame/indices" }
@@ -1,11 +1,10 @@
[package]
description = "A request-response protocol for handling grandpa warp sync requests"
name = "sc-finality-grandpa-warp-sync"
version = "0.8.0"
version = "0.9.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
publish = false
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"