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:
@@ -66,3 +66,4 @@ serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
|
||||
|
||||
Reference in New Issue
Block a user