Skip to content
Snippets Groups Projects
Commit 1abddc2e authored by Lulu's avatar Lulu Committed by GitHub
Browse files

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
parent ce038948
Branches
No related merge requests found
......@@ -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"] }
......
......@@ -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" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment