Skip to content

Commit

Permalink
build(deps): add missing feature required for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Jul 29, 2024
1 parent d68bec2 commit abb0bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ xcm-builder = { package = "staging-xcm-builder", version = "8.0.3", default-feat
xcm-executor = { package = "staging-xcm-executor", version = "8.0.2", default-features = false }

# Cumulus
asset-hub-rococo-runtime = { version = "0.12.3", default-features = false }
asset-hub-rococo-runtime = { version = "0.12.3", default-features = false, features = ["experimental"] }
asset-test-utils = { version = "8.0.1", default-features = false }
cumulus-pallet-aura-ext = { version = "0.8.0", default-features = false }
cumulus-pallet-parachain-system = { version = "0.8.1", default-features = false, features = ["parameterized-consensus-hook"] }
Expand Down

0 comments on commit abb0bbc

Please sign in to comment.