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:
@@ -47,10 +47,10 @@ xcm-runtime-pezapis = { workspace = true }
|
||||
pezpallet-xcm-bridge-hub-router = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"pez-assets-common/std",
|
||||
"codec/std",
|
||||
"pez-assets-common/std",
|
||||
"pezcumulus-pezpallet-teyrchain-system/std",
|
||||
"pezcumulus-pezpallet-xcmp-queue/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
use super::xcm_helpers;
|
||||
use crate::{assert_matches_reserve_asset_deposited_instructions, get_fungible_delivery_fees};
|
||||
use pez_assets_common::local_and_foreign_assets::ForeignAssetReserveData;
|
||||
use codec::Encode;
|
||||
use core::ops::Mul;
|
||||
use pez_assets_common::local_and_foreign_assets::ForeignAssetReserveData;
|
||||
use pezcumulus_primitives_core::{UpwardMessageSender, XcmpMessageSource};
|
||||
use pezframe_support::{
|
||||
assert_noop, assert_ok,
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! over a bridge.
|
||||
|
||||
use crate::{assert_matches_reserve_asset_deposited_instructions, get_fungible_delivery_fees};
|
||||
use pez_assets_common::local_and_foreign_assets::ForeignAssetReserveData;
|
||||
use codec::Encode;
|
||||
use pez_assets_common::local_and_foreign_assets::ForeignAssetReserveData;
|
||||
use pezcumulus_primitives_core::XcmpMessageSource;
|
||||
use pezframe_support::{
|
||||
assert_ok,
|
||||
|
||||
Reference in New Issue
Block a user