Skip to content

Commit

Permalink
tomasz finds the mistery (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki authored May 29, 2024
1 parent 1e31dca commit dfb6adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/xcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit dfb6adf

Please sign in to comment.