chore: break more circular dev-dependencies for crates.io publish

- pezframe-executive: remove bizinikiwi-test-runtime-client, pezpallet-balances, pezpallet-transaction-payment
This commit is contained in:
2025-12-28 11:24:51 +03:00
parent 7edff09452
commit fa51525f55
2 changed files with 1 additions and 13 deletions
Generated
-3
View File
@@ -12054,14 +12054,11 @@ version = "28.0.0"
dependencies = [
"aquamarine",
"array-bytes 6.2.3",
"bizinikiwi-test-runtime-client",
"log",
"parity-scale-codec",
"pezframe-support",
"pezframe-system",
"pezframe-try-runtime",
"pezpallet-balances",
"pezpallet-transaction-payment",
"pezsp-core",
"pezsp-inherents",
"pezsp-io",
+1 -10
View File
@@ -29,11 +29,9 @@ pezsp-runtime = { workspace = true }
pezsp-tracing = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
# Dev-dependencies with test-runtime-client and pallets moved to integration tests
[dev-dependencies]
array-bytes = { workspace = true, default-features = true }
bizinikiwi-test-runtime-client = { workspace = true }
pezpallet-balances = { workspace = true, default-features = true }
pezpallet-transaction-payment = { workspace = true, default-features = true }
pezsp-core = { workspace = true, default-features = true }
pezsp-inherents = { workspace = true, default-features = true }
pezsp-io = { workspace = true, default-features = true }
@@ -49,8 +47,6 @@ std = [
"pezframe-support/std",
"pezframe-system/std",
"pezframe-try-runtime/std",
"pezpallet-balances/std",
"pezpallet-transaction-payment/std",
"pezsp-core/std",
"pezsp-inherents/std",
"pezsp-io/std",
@@ -63,17 +59,12 @@ try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsp-runtime/try-runtime",
]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezframe-try-runtime?/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-transaction-payment/runtime-benchmarks",
"pezsp-inherents/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",