Sourced from uuid's releases.
v1.18.0
What's Changed
- Fix up mismatched_lifetime_syntaxes lint by
@KodrAus
in uuid-rs/uuid#837- Conversions between
Timestamp
andstd::time::SystemTime
by@dcormier
in uuid-rs/uuid#835- Wrap the error type used in time conversions by
@KodrAus
in uuid-rs/uuid#838- Prepare for 1.18.0 release by
@KodrAus
in uuid-rs/uuid#839New Contributors
@dcormier
made their first contribution in uuid-rs/uuid#835Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0
60a49eb
Merge pull request #839 from
uuid-rs/cargo/v1.18.0eb8c697
prepare for 1.18.0 release281f26f
Merge pull request #838 from
uuid-rs/chore/time-conversion2d67ab2
don't use allocated values in errorsc284ed5
wrap the error type used in time conversions87a4359
Merge pull request #835 from
dcormier/main8927396
Merge pull request #837 from
uuid-rs/fix/lifetime-syntaxes6dfb4b1
Conversions between Timestamp
and
std::time::SystemTime
b508383
fix up mismatched_lifetime_syntaxes lint