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" }

0 commit comments

Comments
 (0)