paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
290 stars 218 forks source link

bounded-collections: Fixes `Hash` impl #721

Closed mrcnski closed 1 year ago

mrcnski commented 1 year ago

Previously it could not be used in practice, because the size bound was required to also implement Hash.

See https://github.com/paritytech/polkadot/pull/6603#discussion_r1098914268.

Also bumps the patch version.

mrcnski commented 1 year ago

Thanks @lexnv, that was fast. 🚀