Skip to content

Commit f0ab54e

Browse files
committed
Bump xcm-builder
1 parent 4e988fd commit f0ab54e

File tree

12 files changed

+45
-47
lines changed

12 files changed

+45
-47
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10742,7 +10742,7 @@ path = "substrate/test-utils/runtime/client"
1074210742
publish = true
1074310743
name = "staging-xcm-builder"
1074410744
from = "1.0.0"
10745-
to = "2.0.0"
10745+
to = "2.0.1"
1074610746
bump = "unknown"
1074710747
reason = "changed"
1074810748
path = "polkadot/xcm/xcm-builder"
@@ -27258,10 +27258,10 @@ version = "12.0.0"
2725827258
path = "substrate/utils/wasm-builder"
2725927259

2726027260
[[crate]]
27261-
publish = false
27261+
publish = true
2726227262
name = "xcm-emulator"
2726327263
from = "0.0.0"
27264-
to = "0.0.0"
27264+
to = "0.0.1"
2726527265
bump = "unknown"
2726627266
reason = "changed"
2726727267
path = "cumulus/xcm/xcm-emulator"
@@ -30293,10 +30293,10 @@ version = "12.0.0"
3029330293
path = "substrate/utils/wasm-builder"
3029430294

3029530295
[[crate]]
30296-
publish = false
30296+
publish = true
3029730297
name = "penpal-runtime"
3029830298
from = "0.9.27"
30299-
to = "0.9.27"
30299+
to = "0.8.0"
3030030300
bump = "unknown"
3030130301
reason = "changed"
3030230302
path = "cumulus/parachains/runtimes/testing/penpal"
@@ -31612,7 +31612,7 @@ path = "cumulus/parachains/common"
3161231612

3161331613
[[crate.rewrite_dep]]
3161431614
name = "penpal-runtime"
31615-
version = "0.9.27"
31615+
version = "0.8.0"
3161631616
path = "cumulus/parachains/runtimes/testing/penpal"
3161731617

3161831618
[[crate.rewrite_dep]]
@@ -31697,7 +31697,7 @@ path = "polkadot/xcm"
3169731697

3169831698
[[crate.rewrite_dep]]
3169931699
name = "xcm-emulator"
31700-
version = "0.0.0"
31700+
version = "0.0.1"
3170131701
path = "cumulus/xcm/xcm-emulator"
3170231702

3170331703
[[crate]]
@@ -32248,7 +32248,7 @@ path = "polkadot/xcm"
3224832248

3224932249
[[crate.rewrite_dep]]
3225032250
name = "xcm-emulator"
32251-
version = "0.0.0"
32251+
version = "0.0.1"
3225232252
path = "cumulus/xcm/xcm-emulator"
3225332253

3225432254
[[crate]]
@@ -32339,7 +32339,7 @@ path = "polkadot/xcm"
3233932339

3234032340
[[crate.rewrite_dep]]
3234132341
name = "xcm-emulator"
32342-
version = "0.0.0"
32342+
version = "0.0.1"
3234332343
path = "cumulus/xcm/xcm-emulator"
3234432344

3234532345
[[crate]]
@@ -32430,7 +32430,7 @@ path = "polkadot/xcm"
3243032430

3243132431
[[crate.rewrite_dep]]
3243232432
name = "xcm-emulator"
32433-
version = "0.0.0"
32433+
version = "0.0.1"
3243432434
path = "cumulus/xcm/xcm-emulator"
3243532435

3243632436
[[crate]]
@@ -32511,7 +32511,7 @@ path = "polkadot/xcm"
3251132511

3251232512
[[crate.rewrite_dep]]
3251332513
name = "xcm-emulator"
32514-
version = "0.0.0"
32514+
version = "0.0.1"
3251532515
path = "cumulus/xcm/xcm-emulator"
3251632516

3251732517
[[crate]]
@@ -32612,7 +32612,7 @@ path = "polkadot/xcm"
3261232612

3261332613
[[crate.rewrite_dep]]
3261432614
name = "xcm-emulator"
32615-
version = "0.0.0"
32615+
version = "0.0.1"
3261632616
path = "cumulus/xcm/xcm-emulator"
3261732617

3261832618
[[crate]]
@@ -33519,7 +33519,7 @@ path = "cumulus/parachains/common"
3351933519

3352033520
[[crate.rewrite_dep]]
3352133521
name = "penpal-runtime"
33522-
version = "0.9.27"
33522+
version = "0.8.0"
3352333523
path = "cumulus/parachains/runtimes/testing/penpal"
3352433524

3352533525
[[crate.rewrite_dep]]

cumulus/parachains/integration-tests/emulated/assets/asset-hub-kusama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parachains-common = { version = "2.0.0", path = "../../../../common" }
3030
asset-hub-kusama-runtime = { version = "0.10.0", path = "../../../../runtimes/assets/asset-hub-kusama" }
3131

3232
# Local
33-
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.0" }
33+
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.1" }
3434
integration-tests-common = { path = "../../common", default-features = false, version = "0.0.0" }
3535

3636
[features]

cumulus/parachains/integration-tests/emulated/assets/asset-hub-polkadot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parachains-common = { version = "2.0.0", path = "../../../../common" }
2929
asset-hub-kusama-runtime = { version = "0.10.0", path = "../../../../runtimes/assets/asset-hub-kusama" }
3030

3131
# Local
32-
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.0" }
32+
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.1" }
3333
integration-tests-common = { path = "../../common", default-features = false, version = "0.0.0" }
3434

3535
[features]

cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parachains-common = { version = "2.0.0", path = "../../../../common" }
3030
asset-hub-westend-runtime = { version = "0.10.0", path = "../../../../runtimes/assets/asset-hub-westend" }
3131

3232
# Local
33-
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.0" }
33+
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.1" }
3434
integration-tests-common = { path = "../../common", default-features = false, version = "0.0.0" }
3535

3636
[features]

cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", def
2727
bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false, version = "0.2.0" }
2828

2929
# Local
30-
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.0" }
30+
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.1" }
3131
integration-tests-common = { path = "../../common", default-features = false, version = "0.0.0" }

cumulus/parachains/integration-tests/emulated/collectives/collectives-polkadot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ cumulus-pallet-parachain-system = { version = "0.2.0", path = "../../../../../pa
3131
collectives-polkadot-runtime = { version = "2.0.0", path = "../../../../runtimes/collectives/collectives-polkadot" }
3232

3333
# Local
34-
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.0" }
34+
xcm-emulator = { path = "../../../../../xcm/xcm-emulator", default-features = false, version = "0.0.1" }
3535
integration-tests-common = { path = "../../common", default-features = false, version = "0.0.0" }

cumulus/parachains/integration-tests/emulated/common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-f
4242
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "2.0.0" }
4343
parachains-common = { version = "2.0.0", path = "../../../common" }
4444
cumulus-primitives-core = { version = "0.2.0", path = "../../../../primitives/core" }
45-
penpal-runtime = { version = "0.9.27", path = "../../../runtimes/testing/penpal" }
45+
penpal-runtime = { version = "0.8.0", path = "../../../runtimes/testing/penpal" }
4646
asset-hub-polkadot-runtime = { version = "0.10.0", path = "../../../runtimes/assets/asset-hub-polkadot" }
4747
asset-hub-kusama-runtime = { version = "0.10.0", path = "../../../runtimes/assets/asset-hub-kusama" }
4848
asset-hub-westend-runtime = { version = "0.10.0", path = "../../../runtimes/assets/asset-hub-westend" }
4949
collectives-polkadot-runtime = { version = "2.0.0", path = "../../../runtimes/collectives/collectives-polkadot" }
5050
bridge-hub-kusama-runtime = { version = "0.2.0", path = "../../../runtimes/bridge-hubs/bridge-hub-kusama" }
5151
bridge-hub-polkadot-runtime = { version = "0.2.0", path = "../../../runtimes/bridge-hubs/bridge-hub-polkadot" }
5252
bridge-hub-rococo-runtime = { version = "0.2.0", path = "../../../runtimes/bridge-hubs/bridge-hub-rococo" }
53-
xcm-emulator = { path = "../../../../xcm/xcm-emulator", default-features = false, version = "0.0.0" }
53+
xcm-emulator = { path = "../../../../xcm/xcm-emulator", default-features = false, version = "0.0.1" }
5454
cumulus-pallet-dmp-queue = { version = "0.2.0", path = "../../../../pallets/dmp-queue" }
5555
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.2.0" }
5656
cumulus-pallet-parachain-system = { version = "0.2.0", path = "../../../../pallets/parachain-system" }

cumulus/parachains/runtimes/testing/penpal/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[package]
22
name = "penpal-runtime"
3-
version = "0.9.27"
3+
version = "0.8.0"
44
authors = ["Anonymous"]
55
description = "A parachain for communication back and forth with XCM of assets and uniques."
66
license = "Unlicense"
77
homepage = "https://substrate.io"
88
repository.workspace = true
99
edition.workspace = true
10-
publish = false
1110

1211
[package.metadata.docs.rs]
1312
targets = ["x86_64-unknown-linux-gnu"]

cumulus/polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ contracts-rococo-runtime = { version = "0.3.0", path = "../parachains/runtimes/c
3232
bridge-hub-rococo-runtime = { version = "0.2.0", path = "../parachains/runtimes/bridge-hubs/bridge-hub-rococo" }
3333
bridge-hub-kusama-runtime = { version = "0.2.0", path = "../parachains/runtimes/bridge-hubs/bridge-hub-kusama" }
3434
bridge-hub-polkadot-runtime = { version = "0.2.0", path = "../parachains/runtimes/bridge-hubs/bridge-hub-polkadot" }
35-
penpal-runtime = { version = "0.9.27", path = "../parachains/runtimes/testing/penpal" }
35+
penpal-runtime = { version = "0.8.0", path = "../parachains/runtimes/testing/penpal" }
3636
jsonrpsee = { version = "0.16.2", features = ["server"] }
3737
parachains-common = { version = "2.0.0", path = "../parachains/common" }
3838
frame-benchmarking = { version = "23.0.0", path = "../../substrate/frame/benchmarking" }

0 commit comments

Comments
 (0)