Skip to content

Commit

Permalink
Update Identity Patch (#323)
Browse files Browse the repository at this point in the history
Updates Identity to latest patch to support enabling usernames on
Polkadot.

- [x] Does not require a CHANGELOG entry
  • Loading branch information
joepetrowski authored May 23, 2024
1 parent 65e23d8 commit a611c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pallet-encointer-scheduler = { version = "~6.1.0", default-features = false }
pallet-fast-unstake = { version = "28.0.0", default-features = false }
pallet-glutton = { version = "15.0.0", default-features = false }
pallet-grandpa = { version = "29.0.0", default-features = false }
pallet-identity = { version = "29.0.0", default-features = false }
pallet-identity = { version = "29.0.1", default-features = false }
pallet-indices = { version = "29.0.0", default-features = false }
pallet-insecure-randomness-collective-flip = { version = "17.0.0", default-features = false }
pallet-membership = { version = "29.0.0", default-features = false }
Expand Down

0 comments on commit a611c19

Please sign in to comment.