From cd030758c57f32d10befcdc479878c2ea53ea8f6 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 26 Dec 2025 05:42:16 +0300 Subject: [PATCH] fix(umbrella): add missing feature propagations for zepter --- umbrella/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 6341f65c..e1b04070 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -230,6 +230,9 @@ std = [ "teyrchains-common?/std", "teyrchains-runtimes-test-utils?/std", "xcm-runtime-pezapis?/std", + "pezkuwi-subxt-core?/std", + "pezkuwi-subxt-metadata?/std", + "pezkuwi-subxt-signer?/std" ] runtime-benchmarks = [ "asset-test-pezutils?/runtime-benchmarks", @@ -556,6 +559,7 @@ runtime-benchmarks = [ "xcm-pez-procedural?/runtime-benchmarks", "xcm-pez-simulator?/runtime-benchmarks", "xcm-runtime-pezapis?/runtime-benchmarks", + "pezpallet-root-testing?/runtime-benchmarks" ] try-runtime = [ "asset-test-pezutils?/try-runtime", @@ -725,6 +729,7 @@ serde = [ "pezsp-storage?/serde", "pezsp-version?/serde", "pezsp-weights?/serde", + "pezkuwi-subxt-signer?/serde" ] experimental = [ "pezframe-support-procedural?/experimental",