Skip to content

cuid v1.3.0

Compare
Choose a tag to compare
@mplanchard mplanchard released this 22 Jan 01:34
· 60 commits to master since this release
a2340ce

Deprecated

  • The CUID v1 algorithm is now deprecated,
    so all cuid v1 functions have been marked as such. Please use the new cuid2
    crate or the cuid2() function re-exported from the cuid crate.

Added

  • The CI suite now runs both cargo clippy and cargo audit ([edb22b5])
  • Added nix files for dependency management ([8d2c180])
  • Added cuid2() function in the cuid crate

Changed

  • Upgraded to use the Rust 2021 edition ([cdc594c])
  • Switched from lazy_static to once_cell ([3333dd4])
  • Added inline directive to external functions ([8714f67])