mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 16:07:57 +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]]
|
||||
name = "sc-finality-grandpa-warp-sync"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"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-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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user