Skip to content

Commit

Permalink
precompiles(xcm-transactor): fix rusr tests compilation (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois authored Nov 7, 2023
1 parent 869eec9 commit 6cf1578
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions precompiles/xcm-transactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ rustc-hex = { workspace = true }

# Moonbeam
pallet-xcm-transactor = { workspace = true }
#precompile-utils = { workspace = true, features = [ "testing", "codec-xcm"] }
precompile-utils = { workspace = true }
xcm-primitives = { workspace = true }

Expand Down Expand Up @@ -41,11 +40,11 @@ serde = { workspace = true }
sha3 = { workspace = true }

# Moonbeam
precompile-utils = { workspace = true, features = [ "testing" ] }
precompile-utils = { workspace = true, features = [ "testing", "codec-xcm" ] }
xcm-primitives = { workspace = true }

# Substrate
pallet-balances = { workspace = true, features = [ "std" ] }
pallet-balances = { workspace = true, features = [ "std", "insecure_zero_ed" ] }
pallet-timestamp = { workspace = true }
parity-scale-codec = { workspace = true, features = [ "max-encoded-len" ] }
scale-info = { workspace = true, features = [ "derive" ] }
Expand Down

0 comments on commit 6cf1578

Please sign in to comment.