File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.8.2 (July 19, 2021)
2+
3+ Fixes a missed edge case from 1.8.1.
4+
5+ ### Fixed
6+
7+ - runtime: drop canceled future on next poll (#3965 )
8+
19# 1.8.1 (July 6, 2021)
210
311Forward ports 1.5.1 fixes.
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ name = "tokio"
77# - README.md
88# - Update CHANGELOG.md.
99# - Create "v1.0.x" git tag.
10- version = " 1.8.1 "
10+ version = " 1.8.2 "
1111edition = " 2018"
1212authors = [" Tokio Contributors <team@tokio.rs>" ]
1313license = " MIT"
1414readme = " README.md"
15- documentation = " https://docs.rs/tokio/1.8.1 /tokio/"
15+ documentation = " https://docs.rs/tokio/1.8.2 /tokio/"
1616repository = " https://github.com/tokio-rs/tokio"
1717homepage = " https://tokio.rs"
1818description = """
You can’t perform that action at this time.
0 commit comments