You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crate now includes a simple binary (cuid) that can be used to generate
CUIDs on the commandline
Changed
The atomic counter is now an Arc<Mutex<u32>> rather than an AtomicUsize.
This change was made to ensure that the counter could be fetched and
updated simultaneously without using the nightly-only fetch_update
Updated dependencies
Ensured documentation examples are run in the test suite