Skip to content

Commit

Permalink
Try to reproduce issue
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Feb 28, 2024
1 parent 59172d5 commit 6732729
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Asset Hub Kusama runtime integration tests with xcm-emulator"
publish = false

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0" }
codec = { package = "parity-scale-codec", version = "3.6.9" }
assert_matches = "1.5.0"

# Substrate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Asset Hub Polkadot runtime integration tests with xcm-emulator"
publish = false

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0" }
codec = { package = "parity-scale-codec", version = "3.6.9" }
assert_matches = "1.5.0"

# Substrate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Bridge Hub Kusama runtime integration tests with xcm-emulator"
publish = false

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0" }
codec = { package = "parity-scale-codec", version = "3.6.9" }
scale-info = { version = "2.10.0", features = ["derive"] }
hex = "0.4.3"
hex-literal = "0.4.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Bridge Hub Polkadot runtime integration tests with xcm-emulator"
publish = false

[dependencies]
codec = { package = "parity-scale-codec", version = "3.4.0" }
codec = { package = "parity-scale-codec", version = "3.6.9" }

# Substrate
sp-runtime = { version = "31.0.1" }
Expand Down
4 changes: 2 additions & 2 deletions system-parachains/encointer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ pallet-xcm = { default-features = false, version = "7.0.0" }
polkadot-parachain-primitives = { default-features = false, version = "6.0.0" }
polkadot-runtime-common = { default-features = false, version = "7.0.0" }
xcm = { package = "staging-xcm", default-features = false, version = "7.0.0" }
xcm-builder = { package = "staging-xcm-builder", default-features = false, version = "7.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "7.0.0" }
xcm-builder = { package = "staging-xcm-builder", default-features = false, version = "7.0.3" }
xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "7.0.3" }

# Cumulus dependencies
cumulus-pallet-aura-ext = { default-features = false, version = "0.7.0" }
Expand Down

0 comments on commit 6732729

Please sign in to comment.