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 654b53c91e
commit 29469c9eb6
2 changed files with 1 additions and 13 deletions
Generated
-3
View File
@@ -12054,14 +12054,11 @@ version = "28.0.0"
dependencies = [ dependencies = [
"aquamarine", "aquamarine",
"array-bytes 6.2.3", "array-bytes 6.2.3",
"bizinikiwi-test-runtime-client",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"pezframe-support", "pezframe-support",
"pezframe-system", "pezframe-system",
"pezframe-try-runtime", "pezframe-try-runtime",
"pezpallet-balances",
"pezpallet-transaction-payment",
"pezsp-core", "pezsp-core",
"pezsp-inherents", "pezsp-inherents",
"pezsp-io", "pezsp-io",
+1 -10
View File
@@ -29,11 +29,9 @@ pezsp-runtime = { workspace = true }
pezsp-tracing = { workspace = true } pezsp-tracing = { workspace = true }
scale-info = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true }
# Dev-dependencies with test-runtime-client and pallets moved to integration tests
[dev-dependencies] [dev-dependencies]
array-bytes = { workspace = true, default-features = true } 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-core = { workspace = true, default-features = true }
pezsp-inherents = { workspace = true, default-features = true } pezsp-inherents = { workspace = true, default-features = true }
pezsp-io = { workspace = true, default-features = true } pezsp-io = { workspace = true, default-features = true }
@@ -49,8 +47,6 @@ std = [
"pezframe-support/std", "pezframe-support/std",
"pezframe-system/std", "pezframe-system/std",
"pezframe-try-runtime/std", "pezframe-try-runtime/std",
"pezpallet-balances/std",
"pezpallet-transaction-payment/std",
"pezsp-core/std", "pezsp-core/std",
"pezsp-inherents/std", "pezsp-inherents/std",
"pezsp-io/std", "pezsp-io/std",
@@ -63,17 +59,12 @@ try-runtime = [
"pezframe-support/try-runtime", "pezframe-support/try-runtime",
"pezframe-system/try-runtime", "pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime", "pezframe-try-runtime/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsp-runtime/try-runtime", "pezsp-runtime/try-runtime",
] ]
runtime-benchmarks = [ runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"pezframe-support/runtime-benchmarks", "pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks", "pezframe-system/runtime-benchmarks",
"pezframe-try-runtime?/runtime-benchmarks", "pezframe-try-runtime?/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-transaction-payment/runtime-benchmarks",
"pezsp-inherents/runtime-benchmarks", "pezsp-inherents/runtime-benchmarks",
"pezsp-io/runtime-benchmarks", "pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks",