v0.1.3
This patch release corrects the process drop logic to cleanup all chained child processes, and for Input
s to be safe to drop in async contexts. Additionally, this adds backwards-compatibility for Tokio 0.2 in serenity-based bots.
Thanks to the following for their contributions:
Added
- [deps] Chore + Deps: Add the
log
feature to tracing (@FelixMcFelix) c:1863d39 - [driver] Library: Add compatibility for legacy Tokio 0.2 (#40) (@FelixMcFelix) c:aaab975
Fixed
- [input] Fix: hand off process killing to blocking thread, await all children. (@FelixMcFelix) c:b245309