Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@sunsided sunsided released this 17 May 16:33
· 1 commit to main since this release
3415d18

To use shortguid/0.7.0 in your project, add:

[dependencies]
shortguid = "0.7.0"

Changes since 0.7.0

Added

  • Added support for the uuid crate's bytemuck feature.
  • Added support for Borsh serialization via the uuid crate's borsh feature.

Changed

  • Use the uuid crate's fast RNG by default.