Skip to content

Commit

Permalink
zepter/taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Dec 22, 2024
1 parent 4569510 commit 8e681fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/modules/xcm-bridge-hub-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ log = { workspace = true }
scale-info = { features = ["bit-vec", "derive", "serde"], workspace = true }

# Bridge dependencies
bp-xcm-bridge-hub-router = { workspace = true }
bp-xcm-bridge-hub = { workspace = true }
bp-xcm-bridge-hub-router = { workspace = true }

# Substrate Dependencies
frame-benchmarking = { optional = true, workspace = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ std = [
"bp-asset-hub-westend/std",
"bp-bridge-hub-rococo/std",
"bp-bridge-hub-westend/std",
"bp-xcm-bridge-hub/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-parachain-system/std",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ std = [
"bp-asset-hub-westend/std",
"bp-bridge-hub-rococo/std",
"bp-bridge-hub-westend/std",
"bp-xcm-bridge-hub/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-parachain-system/std",
Expand Down

0 comments on commit 8e681fb

Please sign in to comment.