chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -21,10 +21,10 @@ use std::fs::File;
|
||||
use clap::Parser;
|
||||
|
||||
use cmd_lib::spawn_with_output;
|
||||
use pretty_assertions::assert_eq;
|
||||
use pezsc_chain_spec::update_code_in_json_chain_spec;
|
||||
use serde_json::{from_reader, from_str, Value};
|
||||
use pezstaging_chain_spec_builder::ChainSpecBuilder;
|
||||
use pretty_assertions::assert_eq;
|
||||
use serde_json::{from_reader, from_str, Value};
|
||||
|
||||
// note: the runtime path will not be read, runtime code will be set directly, to avoid hassle with
|
||||
// creating the wasm file or providing a valid existing path during test execution.
|
||||
|
||||
Reference in New Issue
Block a user