Fixed
- hedge, load, retry: Fix use of
Instant
operations that can panic
on platforms whereInstant
is not monotonic (#633) - Disable
attributes
feature ontracing
dependency (#623) - Remove unused dependencies and dependency features with some feature
combinations (#603, #602) - docs: Fix a typo in the RustDoc for
Buffer
(#622)