- backon is now available under
no_std
. - backon now supports use users own blocking sleeper too.
- backon now raises build time error if sleeper not provided.
What's Changed
- fix: NoopSleeper should implement default by @Xuanwo in #135
- fix: compile to fail when using DefaultSleeper with no features enabled by @bdbai in #136
- docs: Polish MaybeSleeper names by @Xuanwo in #137
- feat: Add blocking sleeper for blocking retry by @Xuanwo in #138
- Add no_std flag, hide blocking retrys behind std flag by @adrian-kong in #125
- Bump to version 1.2.0 by @Xuanwo in #139
New Contributors
- @bdbai made their first contribution in #136
- @adrian-kong made their first contribution in #125
Full Changelog: v1.1.0...v1.2.0