mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 11:21:07 +00:00
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:
@@ -4,6 +4,7 @@ description = "Integration tests using the test-parachains"
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ name = "staking-miner"
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||||
|
|||||||
Reference in New Issue
Block a user