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
withweb_time::SystemTime
so
that CUID generation does not panic in WASM builds