Skip to content

Commit

Permalink
Version nits
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 26, 2024
1 parent 598ae51 commit 06cd27b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration-tests/emulated/helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pallet-xcm = { version = "7.0.0" }
# Cumulus
xcm-emulator = { version = "0.5.0" }
cumulus-pallet-xcmp-queue = { version = "0.7.0" }
asset-test-utils = { version = "7.0.0" }
asset-test-utils = { version = "7.0.1" }
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ pallet-message-queue = { version = "31.0.0" }
# Polkadot
xcm = { package = "staging-xcm", version = "7.0.0" }
pallet-xcm = { version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.3" }

# Cumulus
asset-test-utils = { version = "7.0.0" }
asset-test-utils = { version = "7.0.1" }
emulated-integration-tests-common = { version = "3.0.0" }
parachains-common = { version = "7.0.0" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ pallet-message-queue = { version = "31.0.0" }
polkadot-runtime-common = { version = "7.0.0" }
xcm = { package = "staging-xcm", version = "7.0.0" }
pallet-xcm = { version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.3" }

# Cumulus
asset-test-utils = { version = "7.0.0" }
asset-test-utils = { version = "7.0.1" }
emulated-integration-tests-common = { version = "3.0.0" }
parachains-common = { version = "7.0.0" }
cumulus-pallet-xcmp-queue = { version = "0.7.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pallet-message-queue = { version = "31.0.0" }
# Polkadot
xcm = { package = "staging-xcm", version = "7.0.0" }
pallet-xcm = { version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.3" }

# Cumulus
emulated-integration-tests-common = { version = "3.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pallet-message-queue = { version = "31.0.0" }
# Polkadot
xcm = { package = "staging-xcm", version = "7.0.0" }
pallet-xcm = { version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", version = "7.0.3" }

# Cumulus
emulated-integration-tests-common = { version = "3.0.0" }
Expand Down

0 comments on commit 06cd27b

Please sign in to comment.