From 791f011c97cf3b69a3a975f15e434874f8eb1581 Mon Sep 17 00:00:00 2001 From: girazoki Date: Tue, 28 May 2024 09:45:40 +0200 Subject: [PATCH] yet one more fix --- pallets/xcm-executor-utils/src/migrations.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/xcm-executor-utils/src/migrations.rs b/pallets/xcm-executor-utils/src/migrations.rs index 06935be..f5b0aca 100644 --- a/pallets/xcm-executor-utils/src/migrations.rs +++ b/pallets/xcm-executor-utils/src/migrations.rs @@ -25,6 +25,7 @@ pub mod v1 { use frame_support::pallet_prelude::*; use staging_xcm::latest::AssetId; use staging_xcm::v3::AssetId as OldAssetId; + use sp_std::vec::Vec; use crate::TrustPolicy;