From 1abddc2efe70e3a27d2aa5e6ecde1e229a69dd9e Mon Sep 17 00:00:00 2001 From: Lulu Date: Mon, 10 Jul 2023 14:22:13 +0100 Subject: [PATCH] Add publish = false to test-parachains and staking-miner (#7481) These crates should not be pushed. See: https://forum.parity.io/t/renaming-squated-crates-in-substrate-polkadot-cumulus/1964 --- polkadot/parachain/test-parachains/Cargo.toml | 1 + polkadot/utils/staking-miner/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index 40aaae5a6e..b5c1303590 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -4,6 +4,7 @@ description = "Integration tests using the test-parachains" version.workspace = true authors.workspace = true edition.workspace = true +publish = false [dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } diff --git a/polkadot/utils/staking-miner/Cargo.toml b/polkadot/utils/staking-miner/Cargo.toml index 903cdf1235..8d95150340 100644 --- a/polkadot/utils/staking-miner/Cargo.toml +++ b/polkadot/utils/staking-miner/Cargo.toml @@ -7,6 +7,7 @@ name = "staking-miner" version.workspace = true authors.workspace = true edition.workspace = true +publish = false [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1" }