Skip to content

Commit

Permalink
[pallet-xcm-benchmarks] Apply patch 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 21, 2024
1 parent 3d11911 commit 620db80
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 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 relay/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pallet-utility = { default-features = false , version = "28.0.0" }
pallet-vesting = { default-features = false , version = "28.0.0" }
pallet-whitelist = { default-features = false , version = "27.0.0" }
pallet-xcm = { default-features = false , version = "7.0.0" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.3" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.4" }
frame-election-provider-support = { default-features = false , version = "28.0.0" }

frame-benchmarking = { default-features = false, optional = true , version = "28.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pallet-vesting = { default-features = false , version = "28.0.0" }
pallet-utility = { default-features = false , version = "28.0.0" }
frame-election-provider-support = { default-features = false , version = "28.0.0" }
pallet-xcm = { default-features = false, version = "7.0.0" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.3" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.4" }

frame-benchmarking = { default-features = false, optional = true , version = "28.0.0" }
frame-try-runtime = { default-features = false, optional = true , version = "0.34.0" }
Expand Down
2 changes: 1 addition & 1 deletion system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ primitive-types = { version = "0.12.2", default-features = false, features = ["c

# Polkadot
pallet-xcm = { default-features = false, version = "7.0.0" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.3" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.4" }
polkadot-core-primitives = { 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" }
Expand Down
2 changes: 1 addition & 1 deletion system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sp-weights = { default-features = false, version = "27.0.0" }

# Polkadot
pallet-xcm = { default-features = false, version = "7.0.0" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.3" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.4" }
polkadot-core-primitives = { 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" }
Expand Down
2 changes: 1 addition & 1 deletion system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sp-version = { default-features = false, version = "29.0.0" }

# Polkadot
pallet-xcm = { default-features = false, version = "7.0.0" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.3" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.4" }
polkadot-core-primitives = { 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" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sp-version = { default-features = false, version = "29.0.0" }

# Polkadot
pallet-xcm = { default-features = false, version = "7.0.0" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.3" }
pallet-xcm-benchmarks = { default-features = false, optional = true , version = "7.0.4" }
polkadot-core-primitives = { 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" }
Expand Down

0 comments on commit 620db80

Please sign in to comment.