Skip to content

Commit

Permalink
fix(deps): pin pallet-xcm version
Browse files Browse the repository at this point in the history
Workaround due to issue with newer patch versions including additional benchmark, incompatible with asset-hub-rococo-runtime v0.12.
  • Loading branch information
evilrobot-01 committed Mar 24, 2024
1 parent a81e0b9 commit 17dab67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sp-transaction-pool = { version = "27.0.0", default-features = false }
sp-version = { version = "30.0.0", default-features = false }

# Polkadot
pallet-xcm = { version = "8.0.3", default-features = false }
pallet-xcm = { version = "=8.0.1", default-features = false }
polkadot-cli = "8.0.0"
polkadot-parachain-primitives = { version = "7.0.0", default-features = false }
polkadot-runtime-parachains = { version = "8.0.1", default-features = false }
Expand Down

0 comments on commit 17dab67

Please sign in to comment.