Remove circular dev-dependencies for crates.io publishing

- pezpallet-balances: removed pezpallet-transaction-payment dev-dep
- pezpallet-utility: removed pezpallet-root-testing dev-dep
- pezframe-benchmarking-cli: removed frame-storage-access-test-runtime dep
- frame-storage-access-test-runtime: removed bizinikiwi-wasm-builder, pezcumulus-pezpallet-teyrchain-system deps

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-28 19:43:15 +03:00
parent ac83fc416d
commit 84e02d373d
7 changed files with 74 additions and 83 deletions
+1 -4
View File
@@ -27,12 +27,12 @@ pezsp-core = { workspace = true }
pezsp-runtime = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
# pezpallet-transaction-payment moved to integration tests to break circular dependency
[dev-dependencies]
paste = { workspace = true, default-features = true }
pezframe-support = { features = [
"experimental",
], workspace = true, default-features = true }
pezpallet-transaction-payment = { workspace = true, default-features = true }
pezsp-io = { workspace = true, default-features = true }
[features]
@@ -43,7 +43,6 @@ std = [
"pezframe-benchmarking?/std",
"pezframe-support/std",
"pezframe-system/std",
"pezpallet-transaction-payment/std",
"pezsp-core/std",
"pezsp-io/std",
"pezsp-runtime/std",
@@ -55,13 +54,11 @@ runtime-benchmarks = [
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-transaction-payment/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsp-runtime/try-runtime",
]
+1 -3
View File
@@ -26,10 +26,10 @@ pezsp-io = { workspace = true }
pezsp-runtime = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
# pezpallet-root-testing moved to integration tests to break circular dependency
[dev-dependencies]
pezpallet-balances = { workspace = true, default-features = true }
pezpallet-collective = { workspace = true, default-features = true }
pezpallet-root-testing = { workspace = true, default-features = true }
pezpallet-timestamp = { workspace = true, default-features = true }
[features]
@@ -50,7 +50,6 @@ runtime-benchmarks = [
"pezframe-system/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-collective/runtime-benchmarks",
"pezpallet-root-testing/runtime-benchmarks",
"pezpallet-timestamp/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
@@ -60,7 +59,6 @@ try-runtime = [
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-collective/try-runtime",
"pezpallet-root-testing/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezsp-runtime/try-runtime",
]