Skip to content

Commit 2caeef4

Browse files
[stable2506] Post crates release stable2506-2 (#9649)
This PR contains regular changes after crates release: - crates versions bumps - node version bumps - spec version bumps - prdocs reordering
1 parent 2279155 commit 2caeef4

File tree

33 files changed

+121
-125
lines changed

33 files changed

+121
-125
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by parity-publish v0.10.5
1+
# generated by parity-publish v0.10.6
22
# command: parity-publish plan --prdoc prdoc
33

44
[options]
@@ -1070,9 +1070,9 @@ reason = "changed"
10701070
[[crate]]
10711071
# substrate/frame/executive
10721072
name = "frame-executive"
1073-
from = "40.0.1"
1074-
to = "41.0.0"
1075-
bump = "major"
1073+
from = "41.0.0"
1074+
to = "41.0.1"
1075+
bump = "patch"
10761076
reason = "changed"
10771077

10781078
[[crate]]
@@ -1944,9 +1944,9 @@ reason = "changed"
19441944
[[crate]]
19451945
# substrate/frame/core-fellowship
19461946
name = "pallet-core-fellowship"
1947-
from = "24.1.0"
1948-
to = "25.0.0"
1949-
bump = "major"
1947+
from = "25.0.0"
1948+
to = "25.0.1"
1949+
bump = "patch"
19501950
reason = "changed"
19511951

19521952
[[crate]]
@@ -2432,8 +2432,8 @@ reason = "changed"
24322432
[[crate]]
24332433
# polkadot/xcm/pallet-xcm
24342434
name = "pallet-xcm"
2435-
from = "20.1.1"
2436-
to = "20.1.2"
2435+
from = "20.1.2"
2436+
to = "20.1.3"
24372437
bump = "patch"
24382438
reason = "changed"
24392439

@@ -2696,8 +2696,8 @@ reason = "changed"
26962696
[[crate]]
26972697
# polkadot/runtime/parachains
26982698
name = "polkadot-runtime-parachains"
2699-
from = "20.0.0"
2700-
to = "20.0.1"
2699+
from = "20.0.1"
2700+
to = "20.0.2"
27012701
bump = "patch"
27022702
reason = "changed"
27032703

@@ -3146,9 +3146,9 @@ reason = "changed"
31463146
[[crate]]
31473147
# polkadot/runtime/rococo
31483148
name = "rococo-runtime"
3149-
from = "23.0.0"
3150-
to = "24.0.0"
3151-
bump = "major"
3149+
from = "24.0.0"
3150+
to = "24.0.1"
3151+
bump = "patch"
31523152
reason = "changed"
31533153

31543154
[[crate]]
@@ -3262,9 +3262,9 @@ reason = "changed"
32623262
[[crate]]
32633263
# polkadot/runtime/westend
32643264
name = "westend-runtime"
3265-
from = "23.0.0"
3266-
to = "24.0.0"
3267-
bump = "major"
3265+
from = "24.0.0"
3266+
to = "24.0.1"
3267+
bump = "patch"
32683268
reason = "changed"
32693269

32703270
[[crate]]
@@ -3294,9 +3294,9 @@ reason = "changed"
32943294
[[crate]]
32953295
# cumulus/parachains/runtimes/collectives/collectives-westend
32963296
name = "collectives-westend-runtime"
3297-
from = "19.0.0"
3298-
to = "20.0.0"
3299-
bump = "major"
3297+
from = "20.0.0"
3298+
to = "20.0.1"
3299+
bump = "patch"
33003300
reason = "changed"
33013301

33023302
[[crate]]
@@ -3428,9 +3428,9 @@ reason = "changed"
34283428
[[crate]]
34293429
# cumulus/parachains/runtimes/assets/test-utils
34303430
name = "asset-test-utils"
3431-
from = "23.0.0"
3432-
to = "24.0.0"
3433-
bump = "major"
3431+
from = "24.0.0"
3432+
to = "24.0.1"
3433+
bump = "patch"
34343434
reason = "changed"
34353435

34363436
[[crate]]
@@ -3564,17 +3564,17 @@ reason = "changed"
35643564
[[crate]]
35653565
# cumulus/parachains/runtimes/assets/asset-hub-rococo
35663566
name = "asset-hub-rococo-runtime"
3567-
from = "0.25.2"
3568-
to = "0.26.0"
3569-
bump = "major"
3567+
from = "0.26.0"
3568+
to = "0.26.1"
3569+
bump = "patch"
35703570
reason = "changed"
35713571

35723572
[[crate]]
35733573
# cumulus/parachains/runtimes/assets/asset-hub-westend
35743574
name = "asset-hub-westend-runtime"
3575-
from = "0.31.0"
3576-
to = "0.32.0"
3577-
bump = "major"
3575+
from = "0.32.0"
3576+
to = "0.32.1"
3577+
bump = "patch"
35783578
reason = "changed"
35793579

35803580
[[crate]]
@@ -4082,9 +4082,9 @@ to = "1.0.0"
40824082
[[crate]]
40834083
# cumulus/client/service
40844084
name = "cumulus-client-service"
4085-
from = "0.24.0"
4086-
to = "0.25.0"
4087-
bump = "major"
4085+
from = "0.25.0"
4086+
to = "0.25.1"
4087+
bump = "patch"
40884088
reason = "changed"
40894089

40904090
[[crate]]

cumulus/client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-client-service"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Common functions used to assemble the components of a parachain node."

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

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asset-hub-rococo-runtime"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Rococo variant of Asset Hub parachain runtime"
@@ -12,7 +12,21 @@ repository.workspace = true
1212
workspace = true
1313

1414
[dependencies]
15+
assets-common.workspace = true
16+
bp-asset-hub-rococo.workspace = true
17+
bp-asset-hub-westend.workspace = true
18+
bp-bridge-hub-rococo.workspace = true
19+
bp-bridge-hub-westend.workspace = true
1520
codec = { features = ["derive", "max-encoded-len"], workspace = true }
21+
cumulus-pallet-aura-ext.workspace = true
22+
cumulus-pallet-parachain-system.workspace = true
23+
cumulus-pallet-session-benchmarking.workspace = true
24+
cumulus-pallet-weight-reclaim.workspace = true
25+
cumulus-pallet-xcm.workspace = true
26+
cumulus-pallet-xcmp-queue = { features = ["bridging"], workspace = true }
27+
cumulus-primitives-aura.workspace = true
28+
cumulus-primitives-core.workspace = true
29+
cumulus-primitives-utility.workspace = true
1630
frame-benchmarking = { optional = true, workspace = true }
1731
frame-executive.workspace = true
1832
frame-metadata-hash-extension.workspace = true
@@ -32,6 +46,7 @@ pallet-assets.workspace = true
3246
pallet-aura.workspace = true
3347
pallet-authorship.workspace = true
3448
pallet-balances.workspace = true
49+
pallet-collator-selection.workspace = true
3550
pallet-message-queue.workspace = true
3651
pallet-multisig.workspace = true
3752
pallet-nft-fractionalization.workspace = true
@@ -43,6 +58,15 @@ pallet-transaction-payment-rpc-runtime-api.workspace = true
4358
pallet-transaction-payment.workspace = true
4459
pallet-uniques.workspace = true
4560
pallet-utility.workspace = true
61+
pallet-xcm-benchmarks = { optional = true, workspace = true }
62+
pallet-xcm-bridge-hub-router.workspace = true
63+
pallet-xcm.workspace = true
64+
parachain-info.workspace = true
65+
parachains-common.workspace = true
66+
polkadot-parachain-primitives.workspace = true
67+
polkadot-runtime-common.workspace = true
68+
primitive-types = { features = ["codec", "num-traits", "scale-info"], workspace = true }
69+
rococo-runtime-constants.workspace = true
4670
scale-info = { features = ["derive"], workspace = true }
4771
serde_json = { features = ["alloc"], workspace = true }
4872
sp-api.workspace = true
@@ -59,32 +83,6 @@ sp-storage.workspace = true
5983
sp-transaction-pool.workspace = true
6084
sp-version.workspace = true
6185
sp-weights.workspace = true
62-
63-
# num-traits feature needed for dex integer sq root:
64-
assets-common.workspace = true
65-
bp-asset-hub-rococo.workspace = true
66-
bp-asset-hub-westend.workspace = true
67-
bp-bridge-hub-rococo.workspace = true
68-
bp-bridge-hub-westend.workspace = true
69-
cumulus-pallet-aura-ext.workspace = true
70-
cumulus-pallet-parachain-system.workspace = true
71-
cumulus-pallet-session-benchmarking.workspace = true
72-
cumulus-pallet-weight-reclaim.workspace = true
73-
cumulus-pallet-xcm.workspace = true
74-
cumulus-pallet-xcmp-queue = { features = ["bridging"], workspace = true }
75-
cumulus-primitives-aura.workspace = true
76-
cumulus-primitives-core.workspace = true
77-
cumulus-primitives-utility.workspace = true
78-
pallet-collator-selection.workspace = true
79-
pallet-xcm-benchmarks = { optional = true, workspace = true }
80-
pallet-xcm-bridge-hub-router.workspace = true
81-
pallet-xcm.workspace = true
82-
parachain-info.workspace = true
83-
parachains-common.workspace = true
84-
polkadot-parachain-primitives.workspace = true
85-
polkadot-runtime-common.workspace = true
86-
primitive-types = { features = ["codec", "num-traits", "scale-info"], workspace = true }
87-
rococo-runtime-constants.workspace = true
8886
testnet-parachains-constants = { features = ["rococo"], workspace = true }
8987
xcm-builder.workspace = true
9088
xcm-executor.workspace = true

cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129
spec_name: alloc::borrow::Cow::Borrowed("statemine"),
130130
impl_name: alloc::borrow::Cow::Borrowed("statemine"),
131131
authoring_version: 1,
132-
spec_version: 1_019_003,
132+
spec_version: 1_019_004,
133133
impl_version: 0,
134134
apis: RUNTIME_API_VERSIONS,
135135
transaction_version: 16,

0 commit comments

Comments
 (0)