Skip to content

Commit

Permalink
Backport from polkadot-sdk with actual master (#2633) (#2638)
Browse files Browse the repository at this point in the history
* Backport from `polkadot-sdk`

* lingua stuff

* Fixes

* Fix

* Features?

* Fix - v5 -> v6

* zepter format features

* try zepter with CI

* Fix imports

* Fix

* Fix

* Fix

* Revert zepther pipeline
  • Loading branch information
bkontur committed Jun 14, 2024
1 parent a277742 commit 864f2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions bridges/modules/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ std = [
"scale-info/std",
"sp-runtime/std",
"sp-std/std",
"sp-trie/std"
"sp-trie/std",
]
runtime-benchmarks = [
"bp-runtime/test-helpers",
Expand All @@ -71,7 +71,4 @@ try-runtime = [
"pallet-balances/try-runtime",
"sp-runtime/try-runtime",
]
test-helpers = [
"sp-trie",
"bp-runtime/test-helpers"
]
test-helpers = ["bp-runtime/test-helpers", "sp-trie"]
1 change: 0 additions & 1 deletion bridges/modules/xcm-bridge-hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ std = [
"sp-core/std",
"sp-runtime/std",
"sp-std/std",
"xcm/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
Expand Down

0 comments on commit 864f2f3

Please sign in to comment.