chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
@@ -19,9 +19,9 @@
#![cfg_attr(not(feature = "std"), no_std)]
use codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use pezsp_core::H256;
use pezsp_runtime::{FixedU128, RuntimeDebug};
use scale_info::TypeInfo;
use xcm::latest::prelude::Location;
/// Minimal delivery fee factor.
@@ -57,7 +57,8 @@ impl Default for BridgeState {
}
}
/// A minimized version of `pezpallet-xcm-bridge-hub-router::Call` that can be used without a runtime.
/// A minimized version of `pezpallet-xcm-bridge-hub-router::Call` that can be used without a
/// runtime.
#[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)]
#[allow(non_camel_case_types)]
pub enum XcmBridgeHubRouterCall {