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 = []