Skip to content

Commit

Permalink
Bump pallet-authority-discovery to 29.0.1 (#249)
Browse files Browse the repository at this point in the history
To pick up the fix for
paritytech/polkadot-sdk#3733

<!-- Remember that you can run `/merge` to enable auto-merge in the PR
-->

<!-- Remember to modify the changelog. If you don't need to modify it,
you can check the following box.
Instead, if you have already modified it, simply delete the following
line. -->

- [x] Does not require a CHANGELOG entry

Signed-off-by: Alexandru Gheorghe <[email protected]>
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
alexggh and fellowship-merge-bot[bot] authored Mar 21, 2024
1 parent 14cd363 commit 8b7b1cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ block-builder-api = { package = "sp-block-builder", default-features = false , v
sp-npos-elections = { default-features = false , version = "27.0.0" }

pallet-asset-rate = { default-features = false , version = "8.0.0" }
pallet-authority-discovery = { default-features = false , version = "29.0.0" }
pallet-authority-discovery = { default-features = false , version = "29.0.1" }
pallet-authorship = { default-features = false , version = "29.0.0" }
pallet-babe = { default-features = false , version = "29.0.0" }
pallet-bags-list = { default-features = false , version = "28.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sp-version = { default-features = false , version = "30.0.0" }
sp-npos-elections = { default-features = false , version = "27.0.0" }

pallet-asset-rate = { default-features = false , version = "8.0.0" }
pallet-authority-discovery = { default-features = false , version = "29.0.0" }
pallet-authority-discovery = { default-features = false , version = "29.0.1" }
pallet-authorship = { default-features = false , version = "29.0.0" }
pallet-babe = { default-features = false , version = "29.0.0" }
pallet-bags-list = { default-features = false , version = "28.0.0" }
Expand Down

0 comments on commit 8b7b1cb

Please sign in to comment.