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
This commit is contained in:
Lulu
2023-07-10 14:22:13 +01:00
committed by GitHub
parent ce038948ef
commit 1abddc2efe
2 changed files with 2 additions and 0 deletions
@@ -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"] }
+1
View File
@@ -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" }