chore: prepare Tokio v.1.5.2

This commit is contained in:
Carl Lerche
2021-07-19 11:40:03 -07:00
parent 3137848834
commit 9883f33048
+8
View File
@@ -1,3 +1,11 @@
# 1.5.2 (July 19, 2021)
Fixes a missed edge case from 1.5.1.
### Fixed
- runtime: drop canceled future on next poll (#3965)
# 1.5.1 (July 6, 2021)
### Fixed