mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Update sc-finality-grandp-warp-sync to 0.9.0 and remove 'publish = false' (#8109)
This commit is contained in:
Generated
+1
-1
@@ -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",
|
||||||
|
|||||||
@@ -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/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user