Files
tokio/tokio-test/CHANGELOG.md
T

12 lines
198 B
Markdown
Raw Normal View History

2020-10-15 09:22:07 -07:00
# 0.3.0 (October 15, 2020)
- Track `tokio` 0.3 release.
# 0.2.1 (April 17, 2020)
- Add `Future` and `Stream` implementations for `task::Spawn<T>`.
2019-11-26 09:17:27 -08:00
# 0.2.0 (November 25, 2019)
2019-04-23 23:17:57 -04:00
- Initial release