2021-05-14 18:24:13 +02:00
|
|
|
# 0.4.2 (May 14, 2021)
|
|
|
|
|
|
|
|
|
|
- test: add `assert_elapsed!` macro ([#3728])
|
|
|
|
|
|
|
|
|
|
[#3728]: https://github.com/tokio-rs/tokio/pull/3728
|
|
|
|
|
|
2021-03-10 16:04:08 -05:00
|
|
|
# 0.4.1 (March 10, 2021)
|
|
|
|
|
|
|
|
|
|
- Fix `io::Mock` to be `Send` and `Sync` ([#3594])
|
|
|
|
|
|
|
|
|
|
[#3594]: https://github.com/tokio-rs/tokio/pull/3594
|
|
|
|
|
|
2020-12-23 09:26:14 -08:00
|
|
|
# 0.4.0 (December 23, 2020)
|
|
|
|
|
|
|
|
|
|
- Track `tokio` 1.0 release.
|
|
|
|
|
|
2020-10-15 09:22:07 -07:00
|
|
|
# 0.3.0 (October 15, 2020)
|
|
|
|
|
|
|
|
|
|
- Track `tokio` 0.3 release.
|
|
|
|
|
|
2020-04-17 15:37:59 -04:00
|
|
|
# 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
|
|
|
|
2019-08-08 15:48:53 -04:00
|
|
|
- Initial release
|