Skip to content

cuid1 v0.1.0

Latest
Compare
Choose a tag to compare
@mplanchard mplanchard released this 13 Jan 19:04
· 4 commits to master since this release
cuid1-v0.1.0
c89550a

cuid1 v0.1.0

Technically, this is a new crate! This was published containing the
fix below. This will be included in the next major version of cuid,
which will be a breaking release in which the top-level cuid() function
is replaced by explicit calls to either cuid1() or cuid2().

Fixed

  • (v1) Replaced std::sys::SystemTime with web_time::SystemTime so
    that CUID generation does not panic in WASM builds