Add repository metadata to grandpa-rpc-crate (#5893)

This commit is contained in:
Benjamin Kampmann
2020-05-05 18:19:57 +02:00
committed by GitHub
parent 8606b886aa
commit ae3909eb53
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -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"