Skip to content

Commit

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

Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Mar 21, 2024
1 parent 522df29 commit cec2769
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 cec2769

Please sign in to comment.