Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 909567f

Browse files
committed
Fix compilation
1 parent 4fff91c commit 909567f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xcm/src/v3/junction.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ use crate::{
2424
},
2525
VersionedMultiLocation,
2626
};
27-
use bounded_collections::{BoundedSlice, BoundedVec, ConstU32};
2827
use core::convert::{TryFrom, TryInto};
2928
use parity_scale_codec::{self, Decode, Encode, MaxEncodedLen};
3029
use scale_info::TypeInfo;
30+
use sp_core::{
31+
bounded::{BoundedSlice, BoundedVec},
32+
ConstU32,
33+
};
3134

3235
/// A global identifier of a data structure existing within consensus.
3336
///

0 commit comments

Comments
 (0)