diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 16c77738c6..32af31c8b7 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -222,9 +222,9 @@ test-dependency-rules: unleash-check: stage: test <<: *docker-env - only: - - master - - tags + only: + - master + - tags script: - cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS} - cargo unleash check ${CARGO_UNLEASH_PKG_DEF} diff --git a/substrate/client/finality-grandpa/rpc/Cargo.toml b/substrate/client/finality-grandpa/rpc/Cargo.toml index f0c3580fe6..5f7ccc9218 100644 --- a/substrate/client/finality-grandpa/rpc/Cargo.toml +++ b/substrate/client/finality-grandpa/rpc/Cargo.toml @@ -3,6 +3,7 @@ name = "sc-finality-grandpa-rpc" version = "0.8.0-dev" authors = ["Parity Technologies "] description = "RPC extensions for the GRANDPA finality gadget" +repository = "https://github.com/paritytech/substrate/" edition = "2018" license = "GPL-3.0"