chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user