fix: correct feature gates for storage-benchmark and metadata-hash

- StorageCmd: change cfg from runtime-benchmarks to storage-benchmark
- enable_metadata_hash_in_wasm_builder: add cfg(feature = "metadata-hash") gate
- Add storage-benchmark feature to pezkuwi-omni-node-lib Cargo.toml
- Add metadata-hash feature to pezframe-metadata-hash-extension Cargo.toml

These fixes resolve cargo-check-all-benches CI failures.
This commit is contained in:
2026-01-25 23:03:06 +03:00
parent e23d4f3676
commit d7ebbeea54
5 changed files with 9 additions and 4 deletions
@@ -66,3 +66,4 @@ serde = []
experimental = []
with-tracing = []
tuples-96 = []
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]