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]] [[package]]
name = "sc-finality-grandpa-warp-sync" name = "sc-finality-grandpa-warp-sync"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"futures 0.3.12", "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-tracing = { version = "3.0.0", path = "../../../client/tracing" }
sc-telemetry = { version = "3.0.0", path = "../../../client/telemetry" } sc-telemetry = { version = "3.0.0", path = "../../../client/telemetry" }
sc-authority-discovery = { version = "0.9.0", path = "../../../client/authority-discovery" } 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 # frame dependencies
pallet-indices = { version = "3.0.0", path = "../../../frame/indices" } pallet-indices = { version = "3.0.0", path = "../../../frame/indices" }
@@ -1,11 +1,10 @@
[package] [package]
description = "A request-response protocol for handling grandpa warp sync requests" description = "A request-response protocol for handling grandpa warp sync requests"
name = "sc-finality-grandpa-warp-sync" 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" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
publish = false
homepage = "https://substrate.dev" homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/" repository = "https://github.com/paritytech/substrate/"