From e046d3b2caaca6c43a60f26594052c5c806b980e Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Tue, 4 Jun 2024 16:05:52 +0200 Subject: [PATCH] Bump pallet-broker --- Plan.toml | 6 +++--- .../parachains/runtimes/coretime/coretime-rococo/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 2 +- polkadot/runtime/parachains/Cargo.toml | 2 +- substrate/bin/node/runtime/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Plan.toml b/Plan.toml index a4faa837b23f..3c038ccc96d1 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.5.1 -# command: parity-publish plan . --patch sp-api-proc-macro +# command: parity-publish plan . --patch pallet-broker [options] @@ -1254,8 +1254,8 @@ reason = "bumped by --patch" [[crate]] name = "pallet-broker" -from = "0.7.0" -to = "0.7.1" +from = "0.7.1" +to = "0.7.2" bump = "minor" reason = "bumped by --patch" diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index 677dded86aaf..7b94040a70ad 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -31,7 +31,7 @@ pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } -pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false, version = "0.7.1" } +pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false, version = "0.7.2" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 68b422791112..ead9c9e189f7 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -32,7 +32,7 @@ sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", def pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } -pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.1" } +pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.2" } pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "28.0.0" } pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 4142d7a81878..a5ebd6aebd5f 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -37,7 +37,7 @@ pallet-authority-discovery = { path = "../../../substrate/frame/authority-discov pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "29.0.0" } -pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.1" } +pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.2" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" } pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "29.0.3" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index b2815fe1bb85..24edee0cfbf3 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -77,7 +77,7 @@ pallet-balances = { path = "../../../frame/balances", default-features = false, pallet-beefy = { path = "../../../frame/beefy", default-features = false, version = "29.0.0" } pallet-beefy-mmr = { path = "../../../frame/beefy-mmr", default-features = false, version = "29.0.0" } pallet-bounties = { path = "../../../frame/bounties", default-features = false, version = "28.0.0" } -pallet-broker = { path = "../../../frame/broker", default-features = false, version = "0.7.1" } +pallet-broker = { path = "../../../frame/broker", default-features = false, version = "0.7.2" } pallet-child-bounties = { path = "../../../frame/child-bounties", default-features = false, version = "28.0.0" } pallet-collective = { path = "../../../frame/collective", default-features = false, version = "29.0.0" } pallet-contracts = { path = "../../../frame/contracts", default-features = false, version = "28.0.0" }