Skip to content

Releases: rust-embedded-community/hash32

Release 1.0.0

27 May 07:39
Compare
Choose a tag to compare

Added

  • Added Debug implementations to hashers.
  • Added Clone implementations to hashers.

Changed

  • Updated the edition from 2015 to 2021.

Removed

  • Removed the byteorder dependency.
  • Removed the BuildHasherDefault type.
    • This type existed because core::hash::BuildHasherDefault did not have a const constructor.
    • As of 1.85 core::hash::BuildHasherDefault has a const constructor.