From dfb6adfe5219c68479fbd3dbc662984b5abcf47b Mon Sep 17 00:00:00 2001 From: girazoki Date: Wed, 29 May 2024 15:03:50 +0200 Subject: [PATCH] tomasz finds the mistery (#51) --- primitives/xcm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/xcm/Cargo.toml b/primitives/xcm/Cargo.toml index e7b0093..0e4366b 100644 --- a/primitives/xcm/Cargo.toml +++ b/primitives/xcm/Cargo.toml @@ -16,7 +16,7 @@ sp-std = { workspace = true } parity-scale-codec = { workspace = true, features = [ "derive" ] } xcm = { workspace = true } # needed for H160_from_low_u64_be as sp-core does not add this feature -primitive-types = { workspace = true, featues = ["byteorder"] } +primitive-types = { workspace = true, features = ["byteorder"] } [features] default = [ "std" ]