From c4d0882db6588c0ac863854803b940abcbd86f54 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 25 Jan 2026 23:51:47 +0300 Subject: [PATCH] fix: zepter feature propagation for runtime-benchmarks - Add pezsp-timestamp/runtime-benchmarks to pezframe-support - Add runtime-benchmarks feature to pezkuwi-zombienet-cli Fixes feature propagation issues detected by zepter. --- bizinikiwi/pezframe/support/Cargo.toml | 1 + vendor/pezkuwi-zombienet-sdk/crates/cli/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/bizinikiwi/pezframe/support/Cargo.toml b/bizinikiwi/pezframe/support/Cargo.toml index dd47a534..df3dba89 100644 --- a/bizinikiwi/pezframe/support/Cargo.toml +++ b/bizinikiwi/pezframe/support/Cargo.toml @@ -102,6 +102,7 @@ runtime-benchmarks = [ "pezsp-staking/runtime-benchmarks", "pezsp-state-machine?/runtime-benchmarks", "pezsp-trie/runtime-benchmarks", + "pezsp-timestamp/runtime-benchmarks" ] try-runtime = [ "pezframe-system/try-runtime", diff --git a/vendor/pezkuwi-zombienet-sdk/crates/cli/Cargo.toml b/vendor/pezkuwi-zombienet-sdk/crates/cli/Cargo.toml index 410d8d04..a8ccbaa2 100644 --- a/vendor/pezkuwi-zombienet-sdk/crates/cli/Cargo.toml +++ b/vendor/pezkuwi-zombienet-sdk/crates/cli/Cargo.toml @@ -39,3 +39,4 @@ std = [ "support/std", "tracing/std", ] +runtime-benchmarks = []