From fa51525f5558b830d7184e77e300b8a023ee7b05 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 28 Dec 2025 11:24:51 +0300 Subject: [PATCH] chore: break more circular dev-dependencies for crates.io publish - pezframe-executive: remove bizinikiwi-test-runtime-client, pezpallet-balances, pezpallet-transaction-payment --- Cargo.lock | 3 --- bizinikiwi/pezframe/executive/Cargo.toml | 11 +---------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5036df4d..df083d7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/bizinikiwi/pezframe/executive/Cargo.toml b/bizinikiwi/pezframe/executive/Cargo.toml index b4896eb3..fef806f4 100644 --- a/bizinikiwi/pezframe/executive/Cargo.toml +++ b/bizinikiwi/pezframe/executive/Cargo.toml @@ -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",