- Remove
Unpin
bound onwait_until
methods (#15).
- Make
loom
adev-dependency
to prevent transitive dependencies issues (#9, #11). - Upgrade CI checkout action (#10).
- Upgrade
loom
(#7).
- Remove unnecessary
Unpin
bound onWaitUntil
's closures. - Make the crate embedded-friendly with
alloc
as a default, optional feature (#1). - Add non-owned counterparts to
WakeSink
andWakeSource
that can be used withno-alloc
(#2, #3). - Update and make CI more strict (#5, #6).
- Move
DiatomicWaker
andWaitUntil
to the root module (#6).
Initial release