uuid 0.8.2: API and feature cleanups
This release includes a large number of internal refactorings and changes to dependencies.
The 0.8.x
releases are now tracked on the 0.8.x
branch of uuid
. The main
branch now contains breaking changes.
Contributions
- Update
md5
to0.7
(#442) - Use
getrandom
instead ofrand
(#447) - Remove dependency on
serde_derive
(#478) - Add WASI support (#477)
- Fix some links in the docs (#471)
- Make
Uuid
#[repr(transparent)]
(#468) - Fix the example in the readme (#467)
- Clarify documentation around
rand
crate (#489) - Fix an incorrect date mentioned in the docs (#496)
- Update
getrandom
to0.2.0
(#501) - Improve deserialization error message (#505)
- Update docs on wasm features (#506)