mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Add repository metadata to grandpa-rpc-crate (#5893)
This commit is contained in:
committed by
GitHub
parent
8606b886aa
commit
ae3909eb53
@@ -222,9 +222,9 @@ test-dependency-rules:
|
|||||||
unleash-check:
|
unleash-check:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
||||||
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
|
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ name = "sc-finality-grandpa-rpc"
|
|||||||
version = "0.8.0-dev"
|
version = "0.8.0-dev"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
description = "RPC extensions for the GRANDPA finality gadget"
|
description = "RPC extensions for the GRANDPA finality gadget"
|
||||||
|
repository = "https://github.com/paritytech/substrate/"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user