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:
2026-01-04 17:21:57 +03:00
parent 933f08e282
commit 479010094e
574 changed files with 1465 additions and 2447 deletions
@@ -37,10 +37,10 @@ xcm-builder = { workspace = true }
pezsp-io = { workspace = true, default-features = true }
[features]
default = ["std"]
default = [ "std" ]
std = [
"pezbp-xcm-bridge-hub-router/std",
"codec/std",
"pezbp-xcm-bridge-hub-router/std",
"pezframe-benchmarking/std",
"pezframe-support/std",
"pezframe-system/std",
@@ -30,9 +30,9 @@
#![cfg_attr(not(feature = "std"), no_std)]
use codec::Encode;
use pezbp_xcm_bridge_hub_router::MINIMAL_DELIVERY_FEE_FACTOR;
pub use pezbp_xcm_bridge_hub_router::{BridgeState, XcmChannelStatusProvider};
use codec::Encode;
use pezframe_support::traits::Get;
use pezkuwi_runtime_teyrchains::FeeTracker;
use pezsp_core::H256;
@@ -18,8 +18,8 @@
use crate as pezpallet_xcm_bridge_hub_router;
use pezbp_xcm_bridge_hub_router::XcmChannelStatusProvider;
use codec::Encode;
use pezbp_xcm_bridge_hub_router::XcmChannelStatusProvider;
use pezframe_support::{
construct_runtime, derive_impl, parameter_types,
traits::{Contains, Equals},