From 2531152cd2e1f6f2b4d2cdc7de2b33330c8e2db3 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 24 Dec 2025 09:11:44 +0300 Subject: [PATCH] fix: add pezsp-io feature to yet-another-teyrchain-runtime for benchmarks --- .../teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml b/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml index 4fcbec8a..79755463 100644 --- a/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml +++ b/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml @@ -23,6 +23,7 @@ pezsp-runtime = { workspace = true } pezkuwi-sdk = { workspace = true, default-features = false, features = [ # Primitives needed for runtime "pezsp-api", + "pezsp-io", "pezsp-block-builder", "pezsp-consensus-aura", "pezsp-core",