Sourced from uuid's releases.
1.12.0
What's Changed
- feat: Add
NonZeroUuid
type for optimizedOption<Uuid>
representation by@ab22593k
in uuid-rs/uuid#779- Finalize
NonNilUuid
by@KodrAus
in uuid-rs/uuid#783- Prepare for 1.12.0 release by
@KodrAus
in uuid-rs/uuid#784New Contributors
@ab22593k
made their first contribution in uuid-rs/uuid#779Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0
1.11.1
What's Changed
- Finish cut off docs by
@KodrAus
in uuid-rs/uuid#777- Fix links in CONTRIBUTING.md by
@jacobggman
in uuid-rs/uuid#778- Update rust toolchain before building by
@KodrAus
in uuid-rs/uuid#781- Prepare for 1.11.1 release by
@KodrAus
in uuid-rs/uuid#782New Contributors
@jacobggman
made their first contribution in uuid-rs/uuid#778Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1
c5f1d02
Merge pull request #784 from
uuid-rs/cargo/1.12.04cfbd83
fix deprecation versions8f76175
prepare for 1.12.0 release358eb34
Merge pull request #783 from
uuid-rs/feat/non-nil6c5099e
also remove borsh from NonNilUuid for nowb12c690
fix up non nil docs38df005
remove zerocopy from NonNilUuid for now4021daa
fix up zerocopy derivesf570b57
support equality between NonNilUuid and Uuid4ffd872
add a few missing derives