fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members - Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml - Fix Rust import ordering with cargo fmt - Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
This commit is contained in:
@@ -79,7 +79,7 @@ pezcumulus-pezpallet-teyrchain-system = { workspace = true }
|
||||
bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"bizinikiwi-wasm-builder",
|
||||
"codec/std",
|
||||
|
||||
@@ -79,8 +79,8 @@ pub use pezsp_runtime::BuildStorage;
|
||||
pub use pezsp_runtime::{Perbill, Permill};
|
||||
|
||||
use pezcumulus_primitives_core::AggregateMessageOrigin; //, ClaimQueueOffset, CoreSelector};
|
||||
use xcm::latest::prelude::BodyId;
|
||||
use teyrchains_common::{AccountId, Signature};
|
||||
use xcm::latest::prelude::BodyId;
|
||||
|
||||
pub type SessionHandlers = ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user