Backport fix (for wasm std env) (#2339)

* Backport fix (for wasm `std` env)

* Cargo.lock

* Polkadot/Westend

* Cargo.lock
This commit is contained in:
Branislav Kontur
2023-08-10 10:44:34 +02:00
committed by Bastian Köcher
parent bccd6e893e
commit 8ebef157a9
14 changed files with 19 additions and 4 deletions
@@ -25,7 +25,7 @@ use bp_runtime::{
decl_bridge_finality_runtime_apis, decl_bridge_messages_runtime_apis, Chain, Parachain,
};
use frame_support::{dispatch::DispatchClass, RuntimeDebug};
use sp_std::prelude::*;
use sp_std::prelude::Vec;
/// BridgeHubPolkadot parachain.
#[derive(RuntimeDebug)]