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

Commit cf0ecdd

Browse files
authored
Fix feature (#7333)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <>
1 parent cab7ae5 commit cf0ecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ impl-trait-for-tuples = "0.2.2"
1212
log = { version = "0.4.17", default-features = false }
1313
parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive", "max-encoded-len" ] }
1414
scale-info = { version = "2.5.0", default-features = false, features = ["derive", "serde"] }
15-
sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, feature = ["serde "] }
15+
sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["serde"] }
1616
serde = { version = "1.0.163", default-features = false, features = ["alloc", "derive"] }
1717
xcm-procedural = { path = "procedural" }
1818

0 commit comments

Comments
 (0)