Skip to content

Commit a493179

Browse files
committed
Bump vesions
1 parent 1c3b815 commit a493179

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

Plan.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.3.0
2-
# command: parity-publish plan --patch ../polkadot-sdk asset-test-utils bridge-hub-test-utils parachains-runtimes-test-utils
2+
# command: parity-publish plan --patch ../polkadot-sdk pallet-xcm-benchmarks
33

44
[[crate]]
55
# substrate/utils/binary-merkle-tree
@@ -2187,8 +2187,8 @@ reason = "changed"
21872187
[[crate]]
21882188
# polkadot/xcm/pallet-xcm-benchmarks
21892189
name = "pallet-xcm-benchmarks"
2190-
from = "7.0.2"
2191-
to = "7.0.3"
2190+
from = "7.0.3"
2191+
to = "7.0.4"
21922192
bump = "minor"
21932193
reason = "bumped by --patch"
21942194

bridges/snowbridge/parachain/runtime/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
5151
# Polkadot
5252
rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "7.0.0" }
5353
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
54-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
54+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
5555
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
5656
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
5757
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c
6464
# Polkadot
6565
rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "7.0.0" }
6666
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
67-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
67+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
6868
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
6969
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
7070
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c
5959

6060
# Polkadot
6161
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
62-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
62+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
6363
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
6464
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
6565
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
6161
# Polkadot
6262
rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "7.0.0" }
6363
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
64-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
64+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
6565
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
6666
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
6767
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
5757
# Polkadot
5858
westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "7.0.0" }
5959
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
60-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
60+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
6161
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
6262
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
6363
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ parachains-runtimes-test-utils = { path = "../../test-utils", default-features =
3838

3939
# Polkadot
4040
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
41-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
41+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
4242
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "7.0.0" }
4343
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "7.0.3" }
4444
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "7.0.3" }

cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
5656

5757
# Polkadot
5858
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
59-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
59+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
6060
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
6161
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
6262
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
5555

5656
# Polkadot
5757
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
58-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
58+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
5959
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
6060
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
6161
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/people/people-rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
5353

5454
# Polkadot
5555
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
56-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
56+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
5757
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
5858
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
5959
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/parachains/runtimes/people/people-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea
5353

5454
# Polkadot
5555
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "7.0.0" }
56-
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
56+
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
5757
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "7.0.0" }
5858
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "6.0.0" }
5959
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "7.0.0" }

cumulus/primitives/utility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", d
2525
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "7.0.0" }
2626
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "7.0.3" }
2727
xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "7.0.3" }
28-
pallet-xcm-benchmarks = { path = "../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "7.0.3" }
28+
pallet-xcm-benchmarks = { path = "../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "7.0.4" }
2929

3030
# Cumulus
3131
cumulus-primitives-core = { path = "../core", default-features = false, version = "0.7.0" }

polkadot/runtime/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ slot-range-helper = { path = "slot_range_helper", default-features = false, vers
5959
xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "7.0.0" }
6060
xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, optional = true, version = "7.0.3" }
6161

62-
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
62+
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
6363
xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "7.0.3" }
6464

6565
[dev-dependencies]

polkadot/runtime/rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pallet-utility = { path = "../../../substrate/frame/utility", default-features =
8888
pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "28.0.0" }
8989
pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false, version = "27.0.0" }
9090
pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "7.0.0" }
91-
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
91+
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
9292
pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false, version = "4.0.0" }
9393

9494
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "28.0.0" }

polkadot/runtime/westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pallet-utility = { path = "../../../substrate/frame/utility", default-features =
9494
pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "28.0.0" }
9595
pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false, version = "27.0.0" }
9696
pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "7.0.0" }
97-
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.3" }
97+
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "7.0.4" }
9898
pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false, version = "4.0.0" }
9999

100100
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "28.0.0" }

polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pallet-xcm-benchmarks"
33
authors.workspace = true
44
edition.workspace = true
55
license.workspace = true
6-
version = "7.0.3"
6+
version = "7.0.4"
77
description = "Benchmarks for the XCM pallet"
88

99
[lints]

0 commit comments

Comments
 (0)